We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066a068 commit 75cbc2dCopy full SHA for 75cbc2d
.github/workflows/elixir.yml
@@ -10,6 +10,7 @@ on:
10
- "**/*.exs"
11
- "**/*.eex"
12
- "mix.lock"
13
+ - "coveralls.json"
14
pull_request:
15
branches:
16
- master
@@ -19,6 +20,7 @@ on:
19
20
21
22
23
24
25
jobs:
26
lint:
coveralls.json
@@ -1,5 +1,7 @@
1
{
2
"skip_files": [
3
- "spec/support"
+ "spec/support",
4
+ "lib/largest_prime_factor/imperative.c",
5
+ "lib/number_spiral_diagonals/imperative.c"
6
]
7
}
0 commit comments