diff --git a/.github/ISSUE_TEMPLATE/workflows/auto-github-actions.yml b/.github/ISSUE_TEMPLATE/workflows/auto-github-actions.yml deleted file mode 100644 index 1f890e1..0000000 --- a/.github/ISSUE_TEMPLATE/workflows/auto-github-actions.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: auto-github-actions -on: [push] -jobs: - check-bats-version: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '14' - - run: npm install -g bats - - run: bats -v