Skip to content

chore: Update .gitignore to include .vscode folder #8

chore: Update .gitignore to include .vscode folder

chore: Update .gitignore to include .vscode folder #8

Workflow file for this run

name: Run Tests
on: [push, workflow_dispatch]
jobs:
drive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: beta
cache: true
- run: flutter test