Skip to content

[Hotfix] Fixed Issue with Close Button Placement #340

[Hotfix] Fixed Issue with Close Button Placement

[Hotfix] Fixed Issue with Close Button Placement #340

Workflow file for this run

name: ESLint Check
on:
push:
branches: [master, development]
pull_request:
branches: [master, development]
jobs:
lint-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Packages
run: npm install
- name: Lint Files
run: npm run eslint