Skip to content

chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 #31

chore(deps): bump actions/checkout from 4.1.3 to 4.1.4

chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 #31

Workflow file for this run

name: unit_tests
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30 # v1.6.4
- name: dart pub get
run: dart pub get
- name: dart analyze
run: dart analyze
- name: dart test
run: dart test