Skip to content

Update module path to github.com/pspoerri/marp2pptx #2

Update module path to github.com/pspoerri/marp2pptx

Update module path to github.com/pspoerri/marp2pptx #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint
run: make lint
- name: Test
run: make test
- name: Build
run: make build