Skip to content

Commit 6ca19e8

Browse files
clean up yaml formatting and remove trailing newlines from package files
1 parent 6d492a4 commit 6ca19e8

File tree

5 files changed

+43
-43
lines changed

5 files changed

+43
-43
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
updates:
3-
- directory: "/"
4-
package-ecosystem: github-actions
5-
schedule:
6-
interval: daily
7-
- directory: "/"
8-
package-ecosystem: npm
9-
schedule:
10-
interval: daily
11-
- directory: "/"
12-
package-ecosystem: bundler
13-
schedule:
14-
interval: daily
3+
- directory: "/"
4+
package-ecosystem: github-actions
5+
schedule:
6+
interval: daily
7+
- directory: "/"
8+
package-ecosystem: npm
9+
schedule:
10+
interval: daily
11+
- directory: "/"
12+
package-ecosystem: bundler
13+
schedule:
14+
interval: daily
1515
version: 2

.github/workflows/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ jobs:
44
name: Bundler Audit
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: ruby/setup-ruby@v1
9-
with:
10-
bundler-cache: true
11-
- run: bin/bundler-audit check --update
7+
- uses: actions/checkout@v4
8+
- uses: ruby/setup-ruby@v1
9+
with:
10+
bundler-cache: true
11+
- run: bin/bundler-audit check --update
1212
npm-audit:
1313
name: npm Audit
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
18-
- run: npm audit
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
18+
- run: npm audit
1919
rspec:
2020
name: Test
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
24-
- uses: ruby/setup-ruby@v1
25-
with:
26-
bundler-cache: true
27-
- run: bin/test
23+
- uses: actions/checkout@v4
24+
- uses: ruby/setup-ruby@v1
25+
with:
26+
bundler-cache: true
27+
- run: bin/test
2828
rubocop:
2929
name: Rubocop
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
33-
- uses: ruby/setup-ruby@v1
34-
with:
35-
bundler-cache: true
36-
- run: bin/rubocop
32+
- uses: actions/checkout@v4
33+
- uses: ruby/setup-ruby@v1
34+
with:
35+
bundler-cache: true
36+
- run: bin/rubocop
3737
name: CI
38-
"on": push
38+
'on': push

.rubocop.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
AllCops:
33
Exclude:
4-
- "**/node_modules/**/*"
5-
- "**/vendor/**/*"
6-
- "**/db/schema.rb"
4+
- "**/node_modules/**/*"
5+
- "**/vendor/**/*"
6+
- "**/db/schema.rb"
77
NewCops: enable
88
TargetRubyVersion: 3.0
99
Layout/ClosingHeredocIndentation:
@@ -121,10 +121,10 @@ Style/StringLiterals:
121121
Style/StringLiteralsInInterpolation:
122122
Enabled: false
123123
plugins:
124-
- rubocop-factory_bot
125-
- rubocop-performance
126-
- rubocop-rails
127-
- rubocop-rake
128-
- rubocop-rspec
129-
- rubocop-capybara
130-
- rubocop-rspec_rails
124+
- rubocop-factory_bot
125+
- rubocop-performance
126+
- rubocop-rails
127+
- rubocop-rake
128+
- rubocop-rspec
129+
- rubocop-capybara
130+
- rubocop-rspec_rails

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"node": "24.4.1",
55
"npm": "11.4.2"
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)