Skip to content

Commit

Permalink
Composite actions shouldn't be in workflows?
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 21, 2024
1 parent 13810d9 commit bacdf25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/js_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup-node.yaml
- uses: ./.github/composite-actions/setup-node.yaml
- run: yarn install --frozen-lockfile
working-directory: client
- name: Run ESLint
Expand Down

0 comments on commit bacdf25

Please sign in to comment.