Skip to content

Commit 364e8c0

Browse files
Add GitHub Actions workflow for linter check (#4)
Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent 0a4b0cb commit 364e8c0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/linter.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Linter check
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
7+
jobs:
8+
linter-check:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
steps:
14+
- name: CSharpier Linter
15+
uses: guibranco/github-csharpier-linter-action@v1.0.24

0 commit comments

Comments
 (0)