Skip to content

Refactor shared parts of github workflows #14

Refactor shared parts of github workflows

Refactor shared parts of github workflows #14

Workflow file for this run

name: CI Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
shared:
uses: .github/workflows/shared.yaml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows