Skip to content

Create main.yml workflow #3

Create main.yml workflow

Create main.yml workflow #3

Workflow file for this run

name: dap tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: freckle/stack-action@v4
- name: test
run: stack test