We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c255d commit 7867b96Copy full SHA for 7867b96
.github/workflows/docs-lint.yml
@@ -3,7 +3,7 @@ name: Lint Docs
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
paths:
8
- "**/*.md"
9
- ".github/workflows/docs-lint.yml"
.github/workflows/rubocop.yml
@@ -3,7 +3,7 @@ name: Lint Ruby
pull_request:
jobs:
@@ -20,4 +20,3 @@ jobs:
20
- name: Lint Ruby code with RuboCop
21
run: |
22
bundle exec rubocop
23
-
.github/workflows/test.yml
@@ -3,7 +3,7 @@ name: Build
0 commit comments