Skip to content

fix(deps): update dependency @headlessui/react to v1.7.19 #249

fix(deps): update dependency @headlessui/react to v1.7.19

fix(deps): update dependency @headlessui/react to v1.7.19 #249

Workflow file for this run

name: "[CI] Push Main"
on:
push:
branches:
- main
jobs:
call-test:
name: Call test.yml
uses: mateusfg7/noisekun/.github/workflows/test.yml@main
call-lint:
name: Call lint.yml
uses: mateusfg7/noisekun/.github/workflows/lint.yml@main
call-release:
name: Call release.yml
needs:
- call-test
- call-lint
uses: mateusfg7/noisekun/.github/workflows/release.yml@main
secrets: inherit