Skip to content

Add new CEO to imprint #28

Add new CEO to imprint

Add new CEO to imprint #28

Workflow file for this run

name: Test Website
on:
pull_request:
types: [opened, reopened, ready_for_review, unlocked, synchronize, auto_merge_enabled]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install and Lint 🔧
run: |
npm ci --no-audit
npm run lint -- --max-warnings 0