10000 Add a little information how to create the properties file · thiagosanches/my-recipes@f01479e · GitHub
[go: up one dir, main page]

Skip to content

Add a little information how to create the properties file #165

Add a little information how to create the properties file

Add a little information how to create the properties file #165

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