Skip to content

update Flutter 3.22.2 #497

update Flutter 3.22.2

update Flutter 3.22.2 #497

Workflow file for this run

name: type check and test
on: pull_request
jobs:
type-check-and-build-test:
name: type check and test
runs-on: ubuntu-22.04
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.39.1
- name: Deno type check
run: deno run --allow-run --allow-read ./script/typeCheck.ts
- run: deno lint .
- run: deno test .