Skip to content

ci: Create .github/workflows/final-newline-checker.yml #44

ci: Create .github/workflows/final-newline-checker.yml

ci: Create .github/workflows/final-newline-checker.yml #44

name: task-list-checker
on:
pull_request:
types:
- opened
- edited
- ready_for_review
- reopened
- synchronize
jobs:
task-list-checker:
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]'
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
pull-requests: read
steps:
- uses: hakadoriya-actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}