Skip to content

Commit f9f342a

Browse files
authored
Always run FormatCheck (#118)
1 parent 4a4622d commit f9f342a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.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 = "SparseArraysBase"
22
uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208"
3-
version = "0.9.9"
3+
version = "0.9.10"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

0 commit comments

Comments
 (0)