Skip to content

Commit

Permalink
ci: 2 (#23)
Browse files Browse the repository at this point in the history
* ci: 2

* wip

* wip
  • Loading branch information
ryanhanks-bestow authored Jan 28, 2024
1 parent 9ffed7a commit 6e50701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ runs:
- run: echo "Step 1"
shell: bash
- run: echo noop
shell: bash
# - uses: actions/[email protected]
# - uses: dart-lang/setup-dart@v1
# - run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- run: echo noop
- uses: actions/checkout@v4
- uses: ./.github/actions/format
# - uses: actions/[email protected]
# - uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit 6e50701

Please sign in to comment.