Skip to content

[Snyk] Security upgrade jinja2 from 3.1.3 to 3.1.5 #80

[Snyk] Security upgrade jinja2 from 3.1.3 to 3.1.5

[Snyk] Security upgrade jinja2 from 3.1.3 to 3.1.5 #80

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- LICENSE
- '.github/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
- LICENSE
- '.github/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- uses: asdf-vm/actions/install@v3
- run: make install
- run: make lint
- run: make test
- run: make build