feat: add lint gh action workflow (#13)

This commit is contained in:
vladislav doster 2023-04-15 23:46:04 -05:00 committed by GitHub
parent f4b9d7e026
commit 8542a149c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Lint
on:
pull_request:
branches: [main, master]
push:
branches: [main, master]
tags: ["v*.*.*"]
workflow_dispatch:
jobs:
commit:
uses: zdharma-continuum/.github/.github/workflows/commit-job.yml@main
lint:
uses: zdharma-continuum/.github/.github/workflows/lint-job.yml@main