Skip to content

Commit

Permalink
fix(actions): Modified dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonhubdev committed Jan 12, 2024
1 parent 0d5a016 commit 2949dc0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on:
- pull_request

jobs:
dartfmt:
format:
runs-on: ubuntu-latest
container:
image: google/dart:latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: stable
- name: Run format
run: dart format --set-exit-if-changed .
run: dart format --set-exit-if-changed

import_sorter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2949dc0

Please sign in to comment.