Skip to content

Bump dart-lang/setup-dart from 1.6.4 to 1.6.5 in the github-actions group #150

Bump dart-lang/setup-dart from 1.6.4 to 1.6.5 in the github-actions group

Bump dart-lang/setup-dart from 1.6.4 to 1.6.5 in the github-actions group #150

Workflow file for this run

# Validate that the compiled artifacts are up-to-date.
name: Build
on:
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * 0" # Run every Sunday at 00:00.
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
sdk: dev
- run: dart pub get
- run: dart analyze --fatal-infos
- run: dart tool/sig.dart --verify
- run: npm run build