Skip to content

Commit 3f24ff4

Browse files
authored
Apply always_run_formatter patch (#120)
1 parent c86e1e2 commit 3f24ff4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/FormatCheck.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Format Check"
22
on:
33
pull_request_target:
4-
paths:
5-
- "**/*.jl"
64
types:
75
- "opened"
86
- "synchronize"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NamedGraphs"
22
uuid = "678767b0-92e7-4007-89e4-4527a8725b19"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)