Skip to content

Merge pull request #4 from DigitalTouchCode/3-formatting-and-linting-… #30

Merge pull request #4 from DigitalTouchCode/3-formatting-and-linting-…

Merge pull request #4 from DigitalTouchCode/3-formatting-and-linting-… #30

Workflow file for this run

name: Test Install
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install package
run: pip install .
- name: Import test
run: python -c "import fiscguy; print('import ok')"