1
0
Fork 0
mirror of https://github.com/zdharma-continuum/ztrace.git synced 2025-02-21 11:12:01 +01:00
ztrace/.github/workflows/lint.yml
2023-04-14 17:11:15 -05:00

15 lines
311 B
YAML

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