Skip to content

chore(deps): update dependency tsx to v4.23.11 (#10) #40

chore(deps): update dependency tsx to v4.23.11 (#10)

chore(deps): update dependency tsx to v4.23.11 (#10) #40

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: Lint
uses: ./.github/workflows/re-lint.yml
secrets: inherit
test:
name: Test
uses: ./.github/workflows/re-test.yml
secrets: inherit
build:
name: Build
needs: [lint, test]
uses: ./.github/workflows/re-build.yml
secrets: inherit