Skip to content

Commit

Permalink
Update linting Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Jun 13, 2024
1 parent 949ce3e commit f8eba7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ on:
- weekly-dependency-updates

jobs:
env:
BUNDLE_WITHOUT: "coverage development pcap"

msftidy:
runs-on: ubuntu-latest
timeout-minutes: 40

env:
BUNDLE_WITHOUT: "coverage development pcap"

strategy:
fail-fast: true
matrix:
ruby:
- '3.0'
- '3.1'

name: Lint msftidy
steps:
Expand Down

0 comments on commit f8eba7c

Please sign in to comment.