Skip to content

Commit

Permalink
feat: add lint gh action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster committed Apr 14, 2023
1 parent 201b8d1 commit 3e53201
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 210 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 3e53201

Please sign in to comment.