Skip to content

feat(ci): added pre-commit check #2

feat(ci): added pre-commit check

feat(ci): added pre-commit check #2

Workflow file for this run

name: ci-workflow
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
jobs:
check:
name: run pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pre-commit/[email protected]