Skip to content

Bump the eslint group with 2 updates (#263) #103

Bump the eslint group with 2 updates (#263)

Bump the eslint group with 2 updates (#263) #103

Workflow file for this run

name: Test and Publish on Main
on:
push:
branches:
- "main"
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
test:
uses: ./.github/workflows/test.yaml
publish:
needs: test
uses: ./.github/workflows/publish.yaml