Skip to content

Commit 1d56707

Browse files
committed
update air gh action
1 parent 6fbdd1f commit 1d56707

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Install air
18-
shell: bash
19-
run: |
20-
curl -LsSf https://github.com/posit-dev/air/releases/latest/download/air-installer.sh | sh
17+
- name: Install Air
18+
uses: posit-dev/setup-air@v1
2119

2220
- name: Lint with air
23-
run: air format --check .
21+
run: air format . --check

0 commit comments

Comments
 (0)