Skip to content

Adding AddUsersToRoleViews #155

Adding AddUsersToRoleViews

Adding AddUsersToRoleViews #155

Workflow file for this run

name: Check Prettier
#on:
# pull_request:
# branches: [master, main]
on: [push, pull_request]
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
cache-dependency-path: "yarn.lock"
- run: yarn install --immutable --inline-builds
- run: yarn prettier --check .