-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make batch_update_statements_public (#9)
- Loading branch information
1 parent
80fe3d6
commit 4fb4c8c
Showing
6 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,24 +13,14 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up Ruby | ||
- name: Set up Ruby and Bundler | ||
uses: ruby/[email protected] | ||
with: | ||
ruby-version: 3.3.4 | ||
bundler-cache: true | ||
|
||
- name: Install dependencies | ||
run: bundle install | ||
|
||
- name: Install pre-commit | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install --yes --no-install-recommends python3 python3-pip | ||
pip install pre-commit | ||
pre-commit install --install-hooks | ||
- name: Run linters | ||
run: pre-commit run --all-files | ||
- name: Setup pre-commit and run linters | ||
uses: pre-commit/[email protected] | ||
|
||
- name: Run tests | ||
run: bin/rspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
batch_update (0.0.1) | ||
batch_update (0.0.2) | ||
activerecord (~> 7.0) | ||
activesupport (~> 7.0) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters