Skip to content

Commit

Permalink
chore: Simplify CI workflow by removing unused setup steps and updati…
Browse files Browse the repository at this point in the history
…ng lint commands
  • Loading branch information
mikana0918 committed Nov 24, 2024
1 parent bdca653 commit d76703c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/ci-frourio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 18
# - name: Setup testing environment
# run: |
# docker-compose up -d
- uses: actions/cache@v4
id: root-npm-cache
with:
Expand All @@ -56,19 +53,9 @@ jobs:
- run: npm install --prefix backend-api
if: steps.server-npm-cache.outputs.cache-hit != 'true'
- name: Execute frontend lint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
workdir: .
eslint_flags: "frontend-web/"
run: npm run lint --prefix frontend-web
- name: Execute backend lint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
workdir: .
eslint_flags: "backend-api/"
run: npm run lint --prefix backend-api
- name: Setup DB
run: |
sudo systemctl start postgresql.service
Expand Down

0 comments on commit d76703c

Please # to comment.