Skip to content

[Snyk] Security upgrade python from 3.12-slim to 3.13.0b2-slim #59

[Snyk] Security upgrade python from 3.12-slim to 3.13.0b2-slim

[Snyk] Security upgrade python from 3.12-slim to 3.13.0b2-slim #59

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