Skip to content

Typst + Pandoc で各コミットにPDFを添付する #11

Typst + Pandoc で各コミットにPDFを添付する

Typst + Pandoc で各コミットにPDFを添付する #11

Workflow file for this run

name: Validate Devcontainer
on:
pull_request:
branches:
- main
paths:
- '.devcontainer/**'
- '.github/workflows/devcontainer.yml'
push:
branches:
- main
paths:
- '.devcontainer/**'
- '.github/workflows/devcontainer.yml'
schedule:
- cron: "0 0 5 * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: install devcontainer cli
run: npm install -g @devcontainers/cli
- name: build devcontainer
run: devcontainer build --workspace-folder .