From 58a8f6b496717b48abfb3287f49eb234a283b990 Mon Sep 17 00:00:00 2001 From: Hannah Bollar Date: Fri, 8 Mar 2024 14:23:28 -0800 Subject: [PATCH] check website build on linux is still happy Signed-off-by: Hannah Bollar --- .github/workflows/quick-check.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/quick-check.yml diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml new file mode 100644 index 0000000..bf948e7 --- /dev/null +++ b/.github/workflows/quick-check.yml @@ -0,0 +1,26 @@ +# Build MRjs and confirm everything passes +name: check website build on linux + +on: + workflow_dispatch: + push: + branches: + - '**' # This allows the workflow to run on all branches for the build job + +permissions: + contents: write + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + +jobs: + + check-website-build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Build the website + run: | + ./action-build.sh