Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhanks-bestow committed Jan 28, 2024
1 parent 794a3d4 commit 426e3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'dart-format'
name: 'Dart Format'
description: 'Validate dart format conformance'
runs:
using: 'composite'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- run: echo noop
- uses: ./.github/actions/dart-format
- uses: actions/checkout@v4
- uses: ./.github/actions/format
# - uses: actions/[email protected]
# - uses: dart-lang/setup-dart@v1
# - run: dart pub get
Expand Down

0 comments on commit 426e3a1

Please sign in to comment.