mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
20 lines
319 B
YAML
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: |
|
|

|
|
|
|
LGTM
|