Skip to content

restore Port defaults in devcontainer.json #68

restore Port defaults in devcontainer.json

restore Port defaults in devcontainer.json #68

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
example:
needs: check
if: github.ref_name == 'main'
uses: ./.github/workflows/_example.yml
secrets:
EXAMPLE_DEPLOY_KEY: ${{ secrets.EXAMPLE_DEPLOY_KEY }}