From d5abe7d298b47a84463a364939bc9918cabd572f Mon Sep 17 00:00:00 2001 From: Rafael Lacerda <157418373+G5Sonic@users.noreply.github.com> Date: Sat, 4 May 2024 16:06:27 -0400 Subject: [PATCH] Create auto-build.yml --- .github/workflows/auto-build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/auto-build.yml diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml new file mode 100644 index 0000000..9518c97 --- /dev/null +++ b/.github/workflows/auto-build.yml @@ -0,0 +1,12 @@ +name: auto-build +on: [push] +jobs: + check-bats-version: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: '20' + - run: pip install -U jupyter-book + - run: jupyter-book build .