Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 466e19a

Browse files
authored
Merge pull request #1 from hot9cups/hot9cups-patch-1
Create lint.yml
2 parents cfdc176 + 618a1eb commit 466e19a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: [pull_request]
2+
3+
jobs:
4+
lint:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- uses: grantmcconnaughey/[email protected]
9+
with:
10+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)