aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/ci.yml
blob: 35836a8f9fd765af6e00c6ad2f84b5c2df34b3fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: CI

on: [push, pull_request]

jobs:

  build:
    name: Create artifacts
    runs-on: ubuntu-latest

    steps:
        - uses: ./.github/workflows/ci/