Skip to content

chore(deps): bump google-github-actions/release-please-action #475

chore(deps): bump google-github-actions/release-please-action

chore(deps): bump google-github-actions/release-please-action #475

name: '✨ On push to any branch'
permissions:
contents: read
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
lint:
name: '💎 Code Quality'
uses: ./.github/workflows/lint.yml
test:
name: '🧪 Build & test Code'
uses: ./.github/workflows/build.yml
secrets: inherit