Skip to content

wip: make the CI fail intentionally #13

wip: make the CI fail intentionally

wip: make the CI fail intentionally #13

Workflow file for this run

name: ci
concurrency:
group: "${{ github.ref_name }}"
cancel-in-progress: true
on:
push:
branches:
- main
schedule:
- cron: "0/5 * * * *"
jobs:
self-test:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Bump me
uses: licenseware/bump-version@main
with:
release: "true"
tag: "true"
# token: ${{ secrets.GITHUB_TOKEN }}
checks:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: pip install -U pip pre-commit
- name: Run pre-commit
run: pre-commit run -a