Skip to content

Update posteo.md

Update posteo.md #374

Workflow file for this run

name: validation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install and test
run: |
cd validation
npm ci
npm run test
env:
CI: true