Skip to content

build(deps): bump tj-actions/verify-changed-files from 18 to 19 #116

build(deps): bump tj-actions/verify-changed-files from 18 to 19

build(deps): bump tj-actions/verify-changed-files from 18 to 19 #116

Workflow file for this run

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