Skip to content

Merge pull request #93 from iseries/iseries-patch-xss #5

Merge pull request #93 from iseries/iseries-patch-xss

Merge pull request #93 from iseries/iseries-patch-xss #5

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
name: 'Neos CMS redirecthandler build'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Build the plugin
run: yarn lint
- name: Build the plugin
run: yarn build