Skip to content

feat(input-file): add input-file flag (#50) #59

feat(input-file): add input-file flag (#50)

feat(input-file): add input-file flag (#50) #59

Workflow file for this run

# Created by @Miou-zora (please keep it ;) )
name: mirror
on: [push]
jobs:
tests:
name: Launch tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Dependencies
run: |
make install
- name: Check coding style
run:
make coding_style_details
- name: Launch tests
run:
make tests_run