Setup mark installation (#1)

This commit is contained in:
Eugene
2024-03-26 21:37:02 +09:00
committed by GitHub
parent 66157c3405
commit d73995205d
22 changed files with 648 additions and 2 deletions

13
.github/workflows/linting.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
---
name: Linting
on: # yamllint disable-line rule:truthy
pull_request: {}
push:
branches:
- main
jobs:
pre-commit:
name: Pre-commit
uses: fabasoad/reusable-workflows/.github/workflows/wf-pre-commit.yml@main