Skip to content

Commit

Permalink
Merge pull request #9 from zdharma-continuum/ci/gh-action-lint-workflow
Browse files Browse the repository at this point in the history
feat: add lint gh action workflows
  • Loading branch information
vladdoster committed Apr 16, 2023
2 parents db112b2 + 789b3a5 commit 7a8104c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 40 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 7a8104c

Please sign in to comment.