Skip to content

Commit

Permalink
Reformat CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 30, 2023
1 parent b0b49de commit f41843f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
check-format:
name: Check format using flutter format
runs-on: ubuntu-latest
container: ghcr.io/cirruslabs/flutter:stable
name: Check format using flutter format
runs-on: ubuntu-latest
container: ghcr.io/cirruslabs/flutter:stable

steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check format
run: dart format --output=none --set-exit-if-changed .
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check format
run: dart format --output=none --set-exit-if-changed .

lint:
name: Lint
Expand Down

0 comments on commit f41843f

Please sign in to comment.