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.
2 parents 3f81469 + a477096 commit c558d98Copy full SHA for c558d98
.github/workflows/lint.yml
@@ -6,6 +6,22 @@ permissions:
6
contents: read
7
8
jobs:
9
+ changelog-formatting:
10
+ name: Check CHANGELOGs formatting
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ repository: skipkayhil/rails-bin
16
+ ref: 44270430c14385fd7db002b47f0819af5d824352
17
+ - uses: ruby/setup-ruby@v1
18
19
+ ruby-version: 3.1
20
+ bundler-cache: true
21
22
23
+ path: rails
24
+ - run: bin/check-changelogs ./rails
25
codespell:
26
name: Check spelling all files with codespell
27
runs-on: ubuntu-latest
0 commit comments