1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Lint pro on CI

This commit is contained in:
Adria Navarro 2023-06-23 16:51:52 +01:00
parent 8623840f7d
commit 1b868ea31c

View file

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