Skip to content

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 #40

build(deps): bump actions/checkout from 7.0.0 to 7.0.1

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 #40

Workflow file for this run

name: Check Formatting
on:
pull_request:
paths:
- '.github/workflows/test.yml'
- 'bin/*.dart'
- 'exercises/**/*.dart'
- 'exercises/**/analysis_options.yaml'
- 'exercises/**/pubspec.yaml'
- 'lib/*.dart'
- 'lib/src/*.dart'
- 'test/*.dart'
- 'analysis_options.yaml'
- 'pubspec.*'
jobs:
test:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
tag: ['3.2']
container:
image: dart:${{ matrix.tag }}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Install dependencies
run: dart pub get
- name: Check Stage formatting
run: dart run bin/check_formatting.dart