Skip to content

Hide right border in presence control grid view #1564

Hide right border in presence control grid view

Hide right border in presence control grid view #1564

Workflow file for this run

name: lint test ✨
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: lint
run: |
npm install
npm run lint
- name: test
run: npm run test:headless