Commit e644f6ed by Bjorn Neergaard

fix: remove no-op code-quality.yaml workflow

parent 4e41cb28
name: Code Quality
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.cirrus.yml'
push:
branches: [master]
paths-ignore:
- 'docs/**'
- '.cirrus.yml'
jobs:
pre-commit:
name: Linting
runs-on: ubuntu-latest
steps:
- run: exit 0
......@@ -19,12 +19,6 @@ on:
- '**'
jobs:
pre-commit:
name: Linting
runs-on: ubuntu-latest
steps:
- run: exit 0
tests:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
# we do not need os specific runners here, using linux is quicker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment