Skip to content

Merge branch 'v3.3' of https://gitlab.cocos.net/publics/engine into f… #243

Merge branch 'v3.3' of https://gitlab.cocos.net/publics/engine into f…

Merge branch 'v3.3' of https://gitlab.cocos.net/publics/engine into f… #243

Workflow file for this run

name: quality
on: [push, pull_request]
jobs:
eslint:
name: Run ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- name: Run ESLint
shell: pwsh
run: ./.github/workflows/eslint.ps1