@ -2,8 +2,8 @@ name: Bump version
on:
workflow_run:
workflows: [ "Lint" ]
branches: [ master ]
workflows: ["Lint"]
branches: [master]
types:
- completed
@ -2,7 +2,7 @@ name: Daily check
schedule:
- cron: '0 4 * * *'
- cron: "0 4 * * *"
jobs:
test:
@ -2,9 +2,9 @@ name: Lint
push:
pull_request:
check-commits:
@ -3,7 +3,7 @@ name: Publish
tags:
- 'v*'
- "v*"
publish:
@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
fetch-depth: "0"
- name: Set up Python 3.10
uses: actions/setup-python@v3