Skip to content

remove uncommented function #79

remove uncommented function

remove uncommented function #79

Workflow file for this run

name: "basic"
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: testing
shell: bash
run: |
make test