2021-03-01 10:53:26 +08:00

16 lines
298 B
YAML

on: [push]
jobs:
Testing:
runs-on: ubuntu-latest
name: Test the action
steps:
- uses: actions/checkout@v2
- name: Setup PDM
uses: ./
with:
python-version: 3.6
# Use the output from the `hello` step
- name: Get the project info
run: pdm info