Skip to content

Update dependency c8 to v7.14.0 #17

Update dependency c8 to v7.14.0

Update dependency c8 to v7.14.0 #17

Workflow file for this run

name: "Pull Request"
on:
pull_request:
branches: [ master ]
jobs:
validate:
uses: ./.github/workflows/_validate.yml
publish:
uses: ./.github/workflows/_publish.yml
needs: [ validate ]
secrets: inherit