Skip to content

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 #27

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

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 #27

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # v1.6.2
- name: dart pub get
run: dart pub get
- name: dart analyze
run: dart analyze
- name: dart test
run: dart test