Skip to content

Commit 3e3b2bc

Browse files
committed
This is now general-purpose CI
1 parent 2db893a commit 3e3b2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: FormatCodeAndShowDiff
1+
name: CI
22
on:
33
push:
44
branches: [main]
55
pull_request:
66
branches: [main]
77

88
jobs:
9-
prettier:
9+
files-up-to-date:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout commit

0 commit comments

Comments
 (0)