Skip to content

chore: Remove gitlab-ci file in favor of Github migration #238

chore: Remove gitlab-ci file in favor of Github migration

chore: Remove gitlab-ci file in favor of Github migration #238

Workflow file for this run

name: CI
on: [ pull_request ]
jobs:
analyze:
name: validate-json
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install -g ajv-cli
- run: ajv validate -s notices.schema.json -d notices.json