Skip to content

Commit 1c0599f

Browse files
committed
fixup! Split CI to simplify configs
1 parent a057437 commit 1c0599f

5 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
version: 2
24
updates:
35
- package-ecosystem: mix

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
name: Docs and lint checks
24
on: push
35

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
name: Linux builds
24
on: push
35

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
name: Windows builds
24
on: push
35

REUSE.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ path = [
55
".credo.exs",
66
".ebert.yml",
77
".formatter.exs",
8-
".github/dependabot.yml",
9-
".github/workflows/ci.yml",
108
".gitignore",
119
"CHANGELOG.md",
1210
"CODE_OF_CONDUCT.md",

0 commit comments

Comments
 (0)