aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 6ffe1318d096c403da354f3b78206fa760c07616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "CI"
on:
  pull_request:
  push:
    branches:
      - master

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: ./
      name: "Set up Mill"
      with:
        mill-version: 0.5.1
    - name: "Run Mill"
      run: mill version