Skip to content

Delete passwordpy.png #7

Delete passwordpy.png

Delete passwordpy.png #7

Workflow file for this run

jobs:

Check failure on line 1 in .github/workflows/up.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/up.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: pip upgrade
run: pip install --upgrade pip
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest
- name: Password
run: python3 Password.py
- name: Generate code coverage report
run: coverage run --source=. -m pytest && coverage report
- name: Checkout repository
uses: actions/checkout@v2
with:
repository: suchsoak/Strong-Password-Python