Skip to content

Commit

Permalink
ci: supress prettier job (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
romadryud authored Sep 13, 2024
1 parent fcd1d67 commit 22d21aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ on:
pull_request

jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest
container:
image: node:${{ vars.NODE_VERSION }}-alpine
image: node:18.15.0-alpine
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down

0 comments on commit 22d21aa

Please sign in to comment.