Skip to content

Commit

Permalink
build(ci-cd): use alternative Task installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanome authored Sep 25, 2023
1 parent a19ee7f commit abc4dd5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
- name: Install dependencies
run: poetry install

# - name: Install Task
# uses: arduino/setup-task@v1
# with:
# version: 3.x`
# repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Task
run: |
sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- name: Run task "ci-cd-checks" from Taskfile.yml
run: poetry run task ci-cd-checks
Expand Down

0 comments on commit abc4dd5

Please sign in to comment.