Skip to content

New release for eo-strings-0.4.0 #334

New release for eo-strings-0.4.0

New release for eo-strings-0.4.0 #334

Workflow file for this run

---
name: pdd
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pdd:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: gem install pdd
- run: pdd --format xml . | ( ! grep '<puzzle>' )