Skip to content

chore(deps): bump actions/checkout from 4.1.3 to 4.1.5 #32

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

chore(deps): bump actions/checkout from 4.1.3 to 4.1.5 #32

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- 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