Skip to content

Update boilercore pinned commit #232

Update boilercore pinned commit

Update boilercore pinned commit #232

Workflow file for this run

name: "main"
on: ["push", "workflow_dispatch"]
jobs:
pyright:
runs-on: "ubuntu-latest"
steps:
- uses: "blakeNaccarato/[email protected]"
with:
python-version: "3.11"
- run: pyright
ruff:
runs-on: "ubuntu-latest"
steps:
- uses: "blakeNaccarato/[email protected]"
with:
python-version: "3.11"
- run: "ruff --no-fix --output-format github ."
bump_project:
needs: ["pyright", "ruff"]
runs-on: "ubuntu-latest"
steps:
- uses: "blakeNaccarato/[email protected]"
with:
python-version: "3.11"
install-project: false
- uses: "stefanzweifel/[email protected]"
with:
commit_message: "Update project."