Skip to content

Commit

Permalink
.github: get CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Jan 9, 2024
1 parent fc9f3f6 commit 1eeb554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/lint.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:
branches:
- "*"
Expand All @@ -13,11 +13,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: bahmutov/npm-install@v1
- name: ESLint
run: npm run lint
- name: Generate grammar
run: npm run generate
- name: Verify generation
uses: "chainguard-dev/actions/nodiff@main"
with:
fixup-command: "npm run generate"
- name: Test corpus
run: npm run test
run: npm run test

0 comments on commit 1eeb554

Please sign in to comment.