Skip to content

Commit 1342444

Browse files
committed
rename ci job to test
1 parent 6e8f9b2 commit 1342444

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
name: CI
2-
permissions:
3-
contents: read
1+
name: test
42

53
on:
64
push:
75
branches:
86
- main
97
pull_request:
108

9+
permissions:
10+
contents: read
11+
1112
jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

0 commit comments

Comments
 (0)