Skip to content

Commit

Permalink
Merge pull request #1 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 authored Apr 16, 2023
2 parents 201b8d1 + 3e53201 commit 548d0a9
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 548d0a9

Please sign in to comment.