Skip to content

Commit

Permalink
Disable Lint test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Aug 8, 2024
1 parent edea249 commit 9523726
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: '1'
submodules: 'recursive'
- name: Install
run: npm install
- name: Lint
run: npm run lint-ci
# lint:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - uses: actions/setup-node@v2-beta
# with:
# node-version: '16'
# - name: Checkout Repository
# uses: actions/checkout@v2
# with:
# fetch-depth: '1'
# submodules: 'recursive'
# - name: Install
# run: npm install
# - name: Lint
# run: npm run lint-ci
# spellcheck:
# name: Spellcheck
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9523726

Please sign in to comment.