Skip to content

fix: Dockerfile to reduce vulnerabilities (#8) #76

fix: Dockerfile to reduce vulnerabilities (#8)

fix: Dockerfile to reduce vulnerabilities (#8) #76

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