Skip to content

Commit

Permalink
chore: fixed review lint
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Apr 26, 2024
1 parent ea33a48 commit 1a85537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ workflows:
- orb-tools/pack:
filters: *filters
- orb-tools/review:
exclude: RC005,RC006 # Our repository is not a public at the moment.
filters: *filters
- shellcheck/check:
filters: *filters
Expand Down
4 changes: 2 additions & 2 deletions src/@orb.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.1

description: >
Sample orb description
CircleCI Orb for Atlas
# What will your orb allow users to accomplish?
# Descriptions should be short, simple, and informative.

# This information will be displayed in the orb registry and is not mandatory.
display:
home_url: "https://www.example.com/docs"
home_url: "https://atlasgo.io/getting-started"
source_url: "https://github.com/ariga/atlas-orb"

# If your orb requires other orbs, you can import them like this. Otherwise remove the "orbs" stanza.
Expand Down

0 comments on commit 1a85537

Please sign in to comment.