Inline the check-dist workflow to test

This commit is contained in:
Kevin Stillhammer 2025-03-18 15:05:38 +01:00
parent 57fe17c2c5
commit ea0923d62b
No known key found for this signature in database
2 changed files with 4 additions and 53 deletions

View file

@ -16,10 +16,12 @@ permissions:
contents: read
jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Actionlint
uses: eifinger/actionlint-action@23c85443d840cd73bbecb9cddfc933cc21649a38 # v1.9.1
- uses: actions/setup-node@v4
with:
node-version: "20"
@ -29,7 +31,7 @@ jobs:
npm run all
- name: Make sure no changes from linters are detected
run: |
git diff --exit-code
git diff --exit-code || (echo "::error::Please run 'npm run all' to fix the issues" && exit 1)
test-default-version:
runs-on: ${{ matrix.os }}
strategy: