mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Create check-dist.yml (#212)
This commit is contained in:
parent
3bc31aaf88
commit
b02a10773f
4 changed files with 59 additions and 24 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -27,7 +27,4 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run format-check
|
||||
- run: npm test
|
||||
- name: Verify no unstaged changes
|
||||
if: runner.os != 'windows'
|
||||
run: bash __tests__/verify-no-unstaged-changes.sh
|
||||
- run: npm test
|
Loading…
Add table
Add a link
Reference in a new issue