Skip to content

Remove CODE_OF_CONDUCT.md #20

Remove CODE_OF_CONDUCT.md

Remove CODE_OF_CONDUCT.md #20

Workflow file for this run

name: Linting
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]