Skip to content

Bump tj-actions/verify-changed-files from 13 to 17 in /.github/workflows #50

Bump tj-actions/verify-changed-files from 13 to 17 in /.github/workflows

Bump tj-actions/verify-changed-files from 13 to 17 in /.github/workflows #50

Workflow file for this run

name: kiwi_generator
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [ stable, beta, dev ]
defaults:
run:
working-directory: kiwi_generator
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
- run: dart pub get
- run: dart analyze --fatal-infos --fatal-warnings .
- run: dart format -o none --set-exit-if-changed .
- run: dart pub run test