Skip to content

feat: added framework beginnings and justfile #1

feat: added framework beginnings and justfile

feat: added framework beginnings and justfile #1

Workflow file for this run

name: Sync Labels
on:
push:
branches: [main]
paths:
- ".github/labels.yml"
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yml
delete-other-labels: false