Skip to content

add show event settings #54

add show event settings

add show event settings #54

Workflow file for this run

name: Check Lint
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install Modules
run: npm install eslint
- name: Run Lint
run: |
./node_modules/.bin/eslint [email protected]