Skip to content

Initial implementation #3

Initial implementation

Initial implementation #3

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "**" ]
permissions:
contents: read
# packages: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: make lint