Skip to content

ci: use new action

ci: use new action #4

Workflow file for this run

name: Code Quality

Check failure on line 1 in .github/workflows/code-quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-quality.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
workflow_call:
jobs:
code-quality:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{ github.head_ref }}
- uses: subosito/flutter-action@v2
with:
cache: true
- uses: ZebraDevs/flutter-code-quality@latest
with:
token: ${{secrets.GITHUB_TOKEN}}