Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fix typo and newlines

Co-authored-by: Adrien Smith <[email protected]>
  • Loading branch information
Dakurei and PanisSupraOmnia authored May 27, 2023
1 parent 44bda74 commit b18a871
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
cp -r /tmp/docs/. $GITHUB_REF_NAME
git add $GITHUB_REF_NAME
git commit --allow-empty -m "[skip ci] Deploy docs"
git push
git push
8 changes: 4 additions & 4 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Rspec"
name: "RSpec"

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
rspec:
name: Rspec
name: RSpec
runs-on: ubuntu-latest
env:
api-dir: ./
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
- name: Rspec spec (Ruby ${{ matrix.versions }})
- name: RSpec spec (Ruby ${{ matrix.versions }})
working-directory: ${{env.api-dir}}
run: bundle exec rspec spec --format progress --format RspecJunitFormatter -o ~/rspec/rspec.xml

Expand All @@ -50,4 +50,4 @@ jobs:
with:
name: rspec_results_${{ matrix.versions }}
path: ~/rspec/rspec.xml
retention-days: 30
retention-days: 30
6 changes: 3 additions & 3 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Rubocop"
name: "RuboCop"

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
rubocop:
name: Rubocop
name: RuboCop
runs-on: ubuntu-latest
env:
api-dir: ./
Expand All @@ -34,6 +34,6 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
- name: Rubocop checks
- name: RuboCop checks
working-directory: ${{env.api-dir}}
run: bundle exec rubocop
2 changes: 1 addition & 1 deletion .github/workflows/yard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
with:
name: docs_${{ github.run_number }}
path: /tmp/docs.tar
retention-days: 30
retention-days: 30

0 comments on commit b18a871

Please sign in to comment.