Skip to content

chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 in the github-action-dependencies group across 1 directory #468

chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 in the github-action-dependencies group across 1 directory

chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 in the github-action-dependencies group across 1 directory #468

Workflow file for this run

name: Lint
on: [pull_request]
# Cancel jobs and just run the last one
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-flutter
- name: Run flutter analyze
run: flutter analyze
- name: Run dart analyze as deployment process also runs it
run: dart analyze