aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
blob: 41563bcbffef410ea047299a6f6bfeb3449d798d (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: ./test/test.sh