Compare commits
No commits in common. "879a6803e7e8d10c6466b6eb33d29bedb92d84d5" and "725b9287da4590b16e10416b3c839af9255b084f" have entirely different histories.
879a6803e7
...
725b9287da
@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ref: ${{ github.head_ref }} # Checkout the actual branch, not the result if merged into the base
|
ref: ${{ github.head_ref }} # Checkout the actual branch, not the result if merged into the base
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1.262.0
|
||||||
- run: bundle install
|
- run: bundle install
|
||||||
- &postgres_wait
|
- &postgres_wait
|
||||||
name: Wait until Postgres is ready to accept connections
|
name: Wait until Postgres is ready to accept connections
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1.262.0
|
||||||
- run: bundle install
|
- run: bundle install
|
||||||
- run: bundle exec rubocop --force-exclusion --parallel
|
- run: bundle exec rubocop --force-exclusion --parallel
|
||||||
check-licenses:
|
check-licenses:
|
||||||
@ -81,7 +81,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1.262.0
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
|
run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
|
||||||
- name: Run license finder
|
- name: Run license finder
|
||||||
|
|||||||
@ -663,4 +663,4 @@ RUBY VERSION
|
|||||||
ruby 3.4.3p32
|
ruby 3.4.3p32
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.7.2
|
2.6.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user