This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Fix security, more updates to readme #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |