Skip to content

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

feat(ci): added pre-commit check

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

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/checkout@v4.1.7
- uses: pre-commit/action@v3.0.1