Skip to content

Commit 7e25042

Browse files
committed
replace lintr with air
1 parent 016661b commit 7e25042

File tree

2 files changed

+19
-32
lines changed

2 files changed

+19
-32
lines changed

.github/workflows/air.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
push:
3+
branches: [main, master]
4+
pull_request:
5+
branches: [main, master]
6+
7+
name: lint
8+
9+
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- name: Install
16+
uses: posit-dev/setup-air@v1
17+
18+
- name: Format
19+
run: air format .

.github/workflows/lint.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)