Skip to content

⬆️ Bump safecheck and dev dependencies #30

⬆️ Bump safecheck and dev dependencies

⬆️ Bump safecheck and dev dependencies #30

Workflow file for this run

name: Check
on:
push:
branches: [ main ]
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
check:
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
python: [ "3.10" ]
uses: ./.github/workflows/setup.yml
with:
os: ${{ matrix.os }}
python: ${{ matrix.python }}
command: task check
push: true