Skip to content

feat: bump to python 3.14, lint/fmt in ci #13

feat: bump to python 3.14, lint/fmt in ci

feat: bump to python 3.14, lint/fmt in ci #13

Workflow file for this run

name: Self-test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions: {}
jobs:
update:
name: self-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
# Check out the specs to run this on
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: aidandenlinger/autocopr-specs
path: './autocopr-specs'
persist-credentials: false
# Run the action from THIS branch on autocopr-specs in dry-run mode
- uses: ./
with:
mode: "dry-run"
root_loc: "autocopr-specs"
verbose: "true"