Skip to content

Commit 0784cd4

Browse files
ci(github): create lint.yml
1 parent c9a0411 commit 0784cd4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: lint
2+
on: [push, pull_request]
3+
4+
permissions:
5+
contents: read
6+
7+
jobs:
8+
lint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v6
13+
14+
- name: Validate YAML
15+
run: yamllint -d relaxed .

0 commit comments

Comments
 (0)