Skip to content

Commit

Permalink
run lint-changelog in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokal committed Oct 18, 2022
1 parent 0b3f0eb commit cec4e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
# Remove this whenever we solved those OOM errors.
NODE_OPTIONS: --max-old-space-size=4096
- run: yarn lint --max-warnings=0
- run: yarn install --frozen-lockfile --check-files
working-directory: ./scripts
- run: yarn lint-changelog
- uses: codecov/codecov-action@v1
if: ${{ matrix.coverage }}
with:
Expand Down

0 comments on commit cec4e4b

Please sign in to comment.