Merge pull request #11012 from Budibase/lint_pro

Lint pro on CI
This commit is contained in:
Adria Navarro 2023-06-23 17:34:26 +01:00 committed by GitHub
commit 8796012dbb
1 changed files with 3 additions and 0 deletions

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: