Skip to content

Merge pull request #43 from g0dzillaa/clipOnSave-param #31

Merge pull request #43 from g0dzillaa/clipOnSave-param

Merge pull request #43 from g0dzillaa/clipOnSave-param #31

Workflow file for this run

name: Code Formatting
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter packages get
- run: dart format --set-exit-if-changed .