Skip to content

Commit

Permalink
reduced whitespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight authored Sep 12, 2023
1 parent 86fe0fa commit a8234c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
name: deploy
path: deploy




codeanalysis:
runs-on: ubuntu-22.04
needs: build
Expand All @@ -35,7 +32,6 @@ jobs:
uses: actions/checkout@v2
with:
path: /home/runner/work/AncientBeast/AncientBeast


- run: npm ci
- name: Static Code Analysis (ESLint)
Expand Down Expand Up @@ -73,11 +69,9 @@ jobs:
- name: Run tests
run: npm test


deploy:
runs-on: ubuntu-22.04
needs: test
steps:
- name: Deploy completed
run: echo "Deploy completed"

0 comments on commit a8234c3

Please sign in to comment.