We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765ca85 commit 35749c9Copy full SHA for 35749c9
1 file changed
.github/workflows/ci.yml
@@ -4,8 +4,6 @@ on:
4
pull_request:
5
push:
6
branches: [main]
7
- schedule:
8
- - cron: "0 12 * * 3"
9
workflow_call:
10
workflow_dispatch:
11
@@ -18,15 +16,14 @@ jobs:
18
16
- uses: ruby/setup-ruby@v1
19
17
with:
20
bundler-cache: true
21
- - run: bundle exec standardrb
+ - run: bundle exec rubocop
22
test:
23
- name: Test
+ name: Test (Ruby ${{ matrix.ruby }})
24
runs-on: ubuntu-latest
25
needs: lint
26
strategy:
27
fail-fast: false
28
matrix:
29
- os: [macos-latest, ubuntu-latest]
30
ruby: ["3.0", "3.1", "3.2", "3.3"]
31
steps:
32
- uses: actions/checkout@v4
0 commit comments