Skip to content

Commit

Permalink
feat: fix (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhanks-bestow authored Jan 27, 2024
1 parent 84c6b4c commit 4940877
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
analyze:
runs-on: ubuntu-latest
steps:
- run: noop
- run: echo noop
# - 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: noop
- run: echo noop
# - uses: actions/[email protected]
# - uses: dart-lang/setup-dart@v1
# - run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- run: noop
- run: echo noop
# - uses: actions/[email protected]
# - uses: dart-lang/setup-dart@v1
# - run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion package/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"languageVersion": "3.0"
}
],
"generated": "2024-01-27T11:00:52.020762Z",
"generated": "2024-01-27T11:08:07.869180Z",
"generator": "pub",
"generatorVersion": "3.3.0-279.0.dev"
}

0 comments on commit 4940877

Please sign in to comment.