Skip to content

Pre commit update + dependabot CI fix #48

Pre commit update + dependabot CI fix

Pre commit update + dependabot CI fix #48

Workflow file for this run

name: Test IO
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "*" ]
jobs:
dev:
if: github.event.pull_request.user.login != 'dependabot[bot]'
uses: ./.github/workflows/tests.yml
with:
io: "io"
os: "ubuntu-latest"
secrets: inherit