Update lint.yml

This commit is contained in:
Wiktor Strzębała 2023-08-26 07:56:47 +02:00 committed by GitHub
parent 161c534228
commit e04031a924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,15 +2,15 @@ name: lint
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1
with:
channel: stable