Lint pro on CI

This commit is contained in:
Adria Navarro 2023-06-23 16:51:52 +01:00
parent 8623840f7d
commit 1b868ea31c
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
- name: Use Node.js 14.x - name: Use Node.js 14.x
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with: