Skip to content

Merge pull request #115 from thecesrom/bump-shellcheck-v0.10.0 #59

Merge pull request #115 from thecesrom/bump-shellcheck-v0.10.0

Merge pull request #115 from thecesrom/bump-shellcheck-v0.10.0 #59

Workflow file for this run

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: windows-latest
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: macos-latest
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: ubuntu-latest