-
Notifications
You must be signed in to change notification settings - Fork 5
Add checkout action to documentation #1
Open
Description
Hi, you might want to add a checkout action to the usage documentation, like so (otherwise, your action doesn't work):
tests: name: pytest tests runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v2.1.0 - name: Python Pylin GitHub Action uses: fylein/python-pytest-github-action@v1 with: args: pip3 install -r requirements.txt && pytest test/unit
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.