Skip to content

Remove redundant quotes in pre-commit config args #14

Remove redundant quotes in pre-commit config args

Remove redundant quotes in pre-commit config args #14

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