Skip to content

chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (#343) #256

chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (#343)

chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (#343) #256

name: '✨ On push to any branch'
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
lint:
name: '💎 Code Quality'
uses: ./.github/workflows/lint.yml
snyk:
name: '️‍🕵️‍♀️ Snyk vulnerability scan'
uses: ./.github/workflows/snyk.yml
secrets: inherit
test:
name: '🧪 Build & test Code'
uses: ./.github/workflows/build.yml
secrets: inherit