Skip to content

Commit f61ddf0

Browse files
committed
Test using pre-commit/ruff GHA from mdolab/.github#74
1 parent ee5e6e4 commit f61ddf0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Format and Lint
2+
3+
on:
4+
push:
5+
branches: [main]
6+
tags:
7+
- v*.*.*
8+
pull_request:
9+
10+
jobs:
11+
pre-commit:
12+
uses: mdolab/.github/.github/workflows/format-and-lint.yaml@ruffConfig

0 commit comments

Comments
 (0)