Skip to content

chore(deps): update dependency eslint-plugin-testing-library to v6.2.2 #246

chore(deps): update dependency eslint-plugin-testing-library to v6.2.2

chore(deps): update dependency eslint-plugin-testing-library to v6.2.2 #246

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