Skip to content

chore: Change tokens list sort #325

chore: Change tokens list sort

chore: Change tokens list sort #325

Workflow file for this run

name: Flutter Test
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.22.3'
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test