Skip to content

feat(store): in-app game store with install flow #79

feat(store): in-app game store with install flow

feat(store): in-app game store with install flow #79

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request: { branches: [main] }
jobs:
ci:
uses: millsydotdev/.github/.github/workflows/ci-rust.yml@main

Check failure on line 8 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "millsydotdev/.github/.github/workflows/ci-rust.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:
release: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}