Skip to content

Commit

Permalink
Lint on ci, don't install codesign certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed May 1, 2024
1 parent d02845c commit b9f4c2c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,14 @@ jobs:
brew upgrade cmake
cmake --version
- name: Installing codesign certificates
if: matrix.os == 'macos-latest'
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.APPLE_CERT_DATA }}
p12-password: ${{ secrets.APPLE_CERT_PASSWORD }}

- name: Install dependencies
run: |
npm -g i cmake-js
npm run build-backend
npm install
- name: Run eslint
run: npm run lint

- name: Build
run: npm run package

0 comments on commit b9f4c2c

Please sign in to comment.