We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d31d282 + f8eba7c commit 906a348Copy full SHA for 906a348
.github/workflows/lint.yml
@@ -27,18 +27,18 @@ on:
27
- weekly-dependency-updates
28
29
jobs:
30
- env:
31
- BUNDLE_WITHOUT: "coverage development pcap"
32
-
33
msftidy:
34
runs-on: ubuntu-latest
35
timeout-minutes: 40
36
+ env:
+ BUNDLE_WITHOUT: "coverage development pcap"
+
37
strategy:
38
fail-fast: true
39
matrix:
40
ruby:
41
- - '3.0'
+ - '3.1'
42
43
name: Lint msftidy
44
steps:
0 commit comments