Skip to content

ci: update lint ci

ci: update lint ci #8

Workflow file for this run

name: CI Pipeline
on:
push:
pull_request:
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
build-push:
needs: [lint, test]
uses: ./.github/workflows/build-push.yml