Skip to content

rename temporary column to something less likely to be used #345

rename temporary column to something less likely to be used

rename temporary column to something less likely to be used #345

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]