Skip to content

Updates for https://github.com/stenciljs/core/pull/6292 (#1532) #699

Updates for https://github.com/stenciljs/core/pull/6292 (#1532)

Updates for https://github.com/stenciljs/core/pull/6292 (#1532) #699

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
name: Format
uses: ./.github/workflows/format.yml