Skip to content

feat: Use github actions #1

feat: Use github actions

feat: Use github actions #1

Workflow file for this run

name: Flutter app CI
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
dart:
permissions:
contents: read
uses: famedly/frontend-ci-templates/.github/workflows/dart.yml@main

Check failure on line 18 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "famedly/frontend-ci-templates/.github/workflows/dart.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
flutter_version: 3.10.4
dart_version: 3.0.0
secrets:
ssh_key: "${{ secrets.CI_SSH_PRIVATE_KEY }}"
general:
permissions:
contents: read
uses: famedly/frontend-ci-templates/.github/workflows/general.yml@main
app_jobs:
secrets: inherit
uses: ./.github/workflows/app.yml
with:
flutter_version: 3.10.4
pr: ${{ github.event.pull_request.number }}
# missing:
# - docker branches
# - pages
# - cleaning up review apps
# - integration tests
# - some release pipelines