10000 A little help to find any occurrence from a line on another file · thiagosanches/my-recipes@e8e56c7 · GitHub
[go: up one dir, main page]

Skip to content

A little help to find any occurrence from a line on another file #167

A little help to find any occurrence from a line on another file

A little help to find any occurrence from a line on another file #167

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