cryptopals/.github/workflows/main.yml
2020-06-04 11:06:38 +02:00

18 lines
283 B
YAML

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: BSFishy/meson-build@v1.0.1
with:
action: test