ci: fix lint action

This commit is contained in:
Dowon
2024-04-16 21:14:37 +09:00
parent ca20a29bbb
commit b6a1d82878
2 changed files with 22 additions and 19 deletions

22
.github/workflows/lint.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Empirical Implementation of JDD
on:
pull_request:
types:
- opened
jobs:
lint:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
![Imgur](https://i.imgur.com/ESow3BL.png)
LGTM
reactions: hooray

View File

@@ -1,19 +0,0 @@
name: Not Lint
on:
pull_request:
types:
- opened
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1
with:
GITHUB_TOKEN: ${{ github.token }}
pullRequestOpened: |
![Imgur](https://i.imgur.com/ESow3BL.png)
LGTM