mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Only lint once in CI (#5128)
This commit is contained in:
committed by
Monica Kozbial
parent
50a66c024d
commit
e9a1668445
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -41,3 +41,19 @@ jobs:
|
||||
|
||||
env:
|
||||
CI: true
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js 16.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Npm Install
|
||||
run: npm install
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user