Skip to content

Commit

Permalink
chore: update action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Jul 30, 2024
1 parent c398e4e commit 505cfcf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: yarn build
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ jobs:
lints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: yarn lint
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: yarn test:ci

0 comments on commit 505cfcf

Please sign in to comment.