Skip to content

Commit

Permalink
Update platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Nov 14, 2023
1 parent 17e4123 commit ca8afbe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

integration-linux:
name: Linux ${{matrix.suite}} ${{matrix.os}}
runs-on: windows-latest
runs-on: ubuntu-latest
needs: unit
strategy:
fail-fast: false
Expand Down
10 changes: 10 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
require:
- chefstyle

AllCops:
TargetRubyVersion: 2.7
Include:
- "**/*.rb"
Exclude:
- "vendor/**/*"
- "spec/**/*"

0 comments on commit ca8afbe

Please sign in to comment.