Skip to content

Commit

Permalink
Move actions/checkout back to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dddlr committed Jul 16, 2024
1 parent c568bb9 commit 6c77b26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/task-checklist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Task Checklist
runs:
using: 'composite'
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Check tasks in PR description
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/task-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jobs:
task-checklist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/task-checklist

0 comments on commit 6c77b26

Please sign in to comment.