Skip to content

Commit

Permalink
chore: add git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
segallagher committed Jun 11, 2024
1 parent eab7793 commit ef7c5ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/format-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
outputs:
continue: ${{ steps.check-message.continue }}
steps:
- name: Checkout Code
id: checkout
uses: actions/checkout@v4

- name: Check Message
id: check-message
run:
Expand Down

0 comments on commit ef7c5ce

Please sign in to comment.