Skip to content

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

build(deps): Bump tj-actions/changed-files from 46 to 47

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

Workflow file for this run

name: github-meta
on:
pull_request:
jobs:
github-meta:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rhysd/actionlint@v1.7.1
- name: Validate issue templates exist
run: |
test -f .github/ISSUE_TEMPLATE/bug_report.yml
test -f .github/ISSUE_TEMPLATE/feature_request.yml
test -f .github/ISSUE_TEMPLATE/discussion.yml
test -f .github/PULL_REQUEST_TEMPLATE.md