Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Merge pull request #29 from jeromeroucou/28_406_Not_Acceptable #2

Merge pull request #29 from jeromeroucou/28_406_Not_Acceptable

Merge pull request #29 from jeromeroucou/28_406_Not_Acceptable #2

Workflow file for this run

# validate YAML
# https://codebeautify.org/yaml-validator
name: github-actions
on: [push, pull_request]
jobs:
test-build:
name: test-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build
run: pip3 install -r requirements.txt