Skip to content

chore: default disable hook function #11

chore: default disable hook function

chore: default disable hook function #11

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: format + clippy + tests
run: make ci