Skip to content

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

Add Dependabot to keep GitHub Actions up-to-date

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

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@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v5.0.0
with:
python-version: 3.x
- run: |
python -m pip install -r dev-requirements.txt
pytest tests/