Skip to content

Update README.md

Update README.md #11

Workflow file for this run

name: python-script
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Test to see if this works
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: install this package
run: pip install pyini-parser
- name: Test
run: pytest