Skip to content

amplify_lints

amplify_lints #23

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_lints
on:
push:
branches:
- main
- stable
pull_request:
paths:
- '.github/workflows/amplify_lints.yaml'
- '.github/workflows/dart_vm.yaml'
- 'packages/amplify_lints/**/*.dart'
- 'packages/amplify_lints/**/*.yaml'
- 'packages/amplify_lints/lib/**/*'
- 'packages/amplify_lints/test/**/*'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
defaults:
run:
shell: bash
permissions: read-all
# Cancels in-progress job when there is another push to same ref.
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/dart_vm.yaml
with:
package-name: amplify_lints
working-directory: packages/amplify_lints