Skip to content

ci: update flake file automatically #68

ci: update flake file automatically

ci: update flake file automatically #68

Workflow file for this run

---
name: general
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout source
id: source
uses: actions/checkout@v4
...