Skip to content

Day 20! 🍷🌭🐣🧲πŸšͺ #13

Day 20! 🍷🌭🐣🧲πŸšͺ

Day 20! 🍷🌭🐣🧲πŸšͺ #13

Workflow file for this run

name: TestWorkflow
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "*.sh"
- "Dockerfile"
jobs:
test:
container:
image: rust:1.83-slim-bookworm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test