Skip to content

Commit 35749c9

Browse files
committed
Update and simplify CI workflow
1 parent 765ca85 commit 35749c9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7-
schedule:
8-
- cron: "0 12 * * 3"
97
workflow_call:
108
workflow_dispatch:
119

@@ -18,15 +16,14 @@ jobs:
1816
- uses: ruby/setup-ruby@v1
1917
with:
2018
bundler-cache: true
21-
- run: bundle exec standardrb
19+
- run: bundle exec rubocop
2220
test:
23-
name: Test
21+
name: Test (Ruby ${{ matrix.ruby }})
2422
runs-on: ubuntu-latest
2523
needs: lint
2624
strategy:
2725
fail-fast: false
2826
matrix:
29-
os: [macos-latest, ubuntu-latest]
3027
ruby: ["3.0", "3.1", "3.2", "3.3"]
3128
steps:
3229
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)