aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
blob: 0ff4a3faf9e8b06cfdf81f69a09d9970e7c00b7e (plain) (tree)
1
2
3
4
5
6
7
8
9
        







                    
                          



                                 
                  
                          
name: CI

on:
  push:
  pull_request:
  workflow_dispatch:

jobs:
  test:
    runs-on: ubuntu-latest
    name: Test
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Test
        run: ./.ci/test.sh