Skip to content

fix: add key to component & open InputVariables in pre/post build modal #1635

fix: add key to component & open InputVariables in pre/post build modal

fix: add key to component & open InputVariables in pre/post build modal #1635

Workflow file for this run

name: Dashboard CI
on:
pull_request:
types:
- opened
- synchronize
- edited
- reopened
jobs:
ci:
permissions:
contents: read
packages: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
registry-url: https://npm.pkg.github.com/
- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check linting issues
run: yarn lint