Skip to content

fix auto detection of c2, c2 rgb, wrgb2 #14

fix auto detection of c2, c2 rgb, wrgb2

fix auto detection of c2, c2 rgb, wrgb2 #14

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()