Skip to content

[FEATURE][BCMI-403] Added keycloak plugin to strapi #281

[FEATURE][BCMI-403] Added keycloak plugin to strapi

[FEATURE][BCMI-403] Added keycloak plugin to strapi #281

Workflow file for this run

name: Front-End linting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm --prefix bcmi install
npm run --prefix bcmi lint
env:
CI: true