Skip to content

Commit

Permalink
Updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoralespou committed Jun 28, 2024
1 parent 0535f36 commit fad9932
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: brew test-bot --only-tap-syntax

- run: |
brew test-bot --only-formulae --only-json-tab --skip-recursive-dependents"
brew test-bot --only-formulae
if: github.event_name == 'pull_request'
- name: Upload bottles as artifact
Expand Down
2 changes: 1 addition & 1 deletion Formula/educates-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class EducatesCli < Formula
intel: "985ebb79187e95b49c5bd6178cb14946faae9e711db5106fedc82efde6832f54"
elsif OS.linux?
url "https://github.com/vmware-tanzu-labs/educates-training-platform/releases/download/#{version}/educates-linux-#{arch}"
sha256 arm: "f4fb95b6074be6345281afc7dc0879a8214643a9398d8fc399d391e864b15630"
sha256 arm: "f4fb95b6074be6345281afc7dc0879a8214643a9398d8fc399d391e864b15630",

Check failure on line 20 in Formula/educates-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/HashAlignment: Align the keys and values of a hash literal if they span more than one line.

Check failure on line 20 in Formula/educates-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

Layout/HashAlignment: Align the keys and values of a hash literal if they span more than one line.
intel: "4d068b31b662dc6b260e854115493f5e12859b6a30c1e5a56ee24aeb1459e8d8"
end

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Or `brew tap educates/educates` and then `brew install <formula>`.
Once the formula is ready to publish, veryify it with:

```
brew audit --strict --tap educates/educates --new --online <formula>
brew audit --strict --new <formula>
```


To push to the repo:

```
Expand Down

0 comments on commit fad9932

Please sign in to comment.