Skip to content

chore(deps): bump webpack #471

chore(deps): bump webpack

chore(deps): bump webpack #471

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