Skip to content

rename workflow file #1

rename workflow file

rename workflow file #1

Workflow file for this run

name: pinboard.py test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/[email protected]
with:
python-version: "3.11"
- name: test
run: python setup.py test