We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
master
main
1 parent faf76fc commit bc1fec6Copy full SHA for bc1fec6
.github/workflows/lint.yml
@@ -1,9 +1,9 @@
1
name: Lint
2
on:
3
push:
4
- branches: [master]
+ branches: [main]
5
pull_request:
6
7
8
jobs:
9
overcommit:
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Ruby
17
uses: ruby/setup-ruby@v1
18
with:
19
- ruby-version: 2.7
+ ruby-version: 3.3
20
bundler-cache: true
21
22
- name: Prepare environment
.github/workflows/tests.yml
name: Tests
rspec:
0 commit comments