Skip to content

feat(ci): init checks (#1) #3

feat(ci): init checks (#1)

feat(ci): init checks (#1) #3

Workflow file for this run

name: CI and Release
on:
push:
branches:
- main
# Trigger on version tags
tags:
- "v*"
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml