Skip to content

Table: Row action menu only feature #6053

Table: Row action menu only feature

Table: Row action menu only feature #6053

Workflow file for this run

name: Lint, build, and test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: ./stencil-workspace
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Full Build
run: npm run full