Skip to content

chore: Update dependencies and remove unnecessary installations #77

chore: Update dependencies and remove unnecessary installations

chore: Update dependencies and remove unnecessary installations #77

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