Skip to content

Commit 9e63f06

Browse files
committed
Update formatter workflow
1 parent f6ebba6 commit 9e63f06

File tree

5 files changed

+13
-149
lines changed

5 files changed

+13
-149
lines changed

.github/workflows/FormatCheck.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Format Check"
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
tags: '*'
8+
pull_request:
9+
10+
jobs:
11+
format-check:
12+
name: "Format Check"
13+
uses: "ITensor/ITensorActions/.github/workflows/FormatCheck.yml@main"

.github/workflows/comment_trigger_example.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/format_check.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/format_pr.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/format_suggestions.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)