Skip to content

Add Dependabot to keep GitHub Actions up-to-date #3

Add Dependabot to keep GitHub Actions up-to-date

Add Dependabot to keep GitHub Actions up-to-date #3

Workflow file for this run

on: [push, pull_request, workflow_dispatch]
env:
FORCE_COLOR: 1
jobs:
tests:
name: "Tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.x
- run: |
python -m pip install -r dev-requirements.txt
pytest tests/