Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

New PDD GitHub Action location #13

New PDD GitHub Action location

New PDD GitHub Action location #13

Workflow file for this run

---
name: pdd
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pdd:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: maxonfjvipon/pdd-action@master