File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- name : CI
2- permissions :
3- contents : read
1+ name : test
42
53on :
64 push :
75 branches :
86 - main
97 pull_request :
108
9+ permissions :
10+ contents : read
11+
1112jobs :
1213 test :
14+ runs-on : ubuntu-latest
1315 strategy :
1416 fail-fast : false
1517 matrix :
1618 ruby_version : ["3.0", "3.1", "3.2", "3.3"]
17- runs-on : ubuntu-latest
19+
1820 steps :
1921 - uses : actions/checkout@v4
2022
Original file line number Diff line number Diff line change 11# RuboCop GitHub
22
3- [ ![ CI ] ( https://github.com/github/rubocop-github/actions/workflows/ci .yml/badge.svg )] ( https://github.com/github/rubocop-github/actions/workflows/ci .yml )
3+ [ ![ test ] ( https://github.com/github/rubocop-github/actions/workflows/test .yml/badge.svg )] ( https://github.com/github/rubocop-github/actions/workflows/test .yml )
44[ ![ build] ( https://github.com/github/rubocop-github/actions/workflows/build.yml/badge.svg )] ( https://github.com/github/rubocop-github/actions/workflows/build.yml )
55[ ![ lint] ( https://github.com/github/rubocop-github/actions/workflows/lint.yml/badge.svg )] ( https://github.com/github/rubocop-github/actions/workflows/lint.yml )
66[ ![ release] ( https://github.com/github/rubocop-github/actions/workflows/release.yml/badge.svg )] ( https://github.com/github/rubocop-github/actions/workflows/release.yml )
You can’t perform that action at this time.
0 commit comments