Skip to content

Facelift

Facelift #169

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: "Run Pytest"
steps:
- name: "Checkout Repo"
uses: actions/checkout@v4
- name: Run Pytest
uses: dagger/dagger-for-github@v5
with:
verb: call
args: "linters test"
version: "0.12.6"