Skip to content

chore(deps): update codecov/codecov-action action to v4 #230

chore(deps): update codecov/codecov-action action to v4

chore(deps): update codecov/codecov-action action to v4 #230

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