Skip to content

Commit

Permalink
Rename to ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Oct 8, 2024
1 parent e2ac027 commit 3715598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Install dependencies"
run: apt-get update && apt-get install -y --fix-missing shellcheck
run: sudo apt-get update && sudo apt-get install -y --fix-missing shellcheck

- name: "Checkout"
uses: actions/checkout@v4
Expand Down

0 comments on commit 3715598

Please # to comment.