8000 Merge branch 'master' of github.com:thiagosanches/my-recipes · thiagosanches/my-recipes@79e04a9 · GitHub
[go: up one dir, main page]

Skip to content

Merge branch 'master' of github.com:thiagosanches/my-recipes #164

Merge branch 'master' of github.com:thiagosanches/my-recipes

Merge branch 'master' of github.com:thiagosanches/my-recipes #164

Workflow file for this run

on:
push
name: make test
jobs:
test:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: make test
shell: bash
0