mirror of
https://github.com/zdharma-continuum/zinit-annex-binary-symlink.git
synced 2025-01-30 17:38:18 +01:00
15 lines
311 B
YAML
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
|