Skip to content

feat: allow to filter on owned protocol #3

feat: allow to filter on owned protocol

feat: allow to filter on owned protocol #3

Workflow file for this run

name: Test merge requests

Check failure on line 1 in .github/workflows/merge-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/merge-request.yml

Invalid workflow file

`merge_request` is not a valid event name
on:
merge_request:
branches:
- develop
jobs:
validate:
name: Validate merge request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Prettier
run: npm run prettier:check
- name: Build
run: npm run build