Skip to content

feat: Add back button to leaderboard #167

feat: Add back button to leaderboard

feat: Add back button to leaderboard #167

Workflow file for this run

name: cicd
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: flame-engine/[email protected]
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
cache: true
- name: "Analyze"
run: flutter analyze