Files
adetailer/.github/workflows/notlint.yml
2024-04-14 17:30:22 +09:00

20 lines
319 B
YAML

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