Skip to content

Merge pull request #175 from Ocelot-Social-Community/dependabot/githu… #428

Merge pull request #175 from Ocelot-Social-Community/dependabot/githu…

Merge pull request #175 from Ocelot-Social-Community/dependabot/githu… #428

Workflow file for this run

name: lint test CI
on: [push,pull_request_target]
jobs:
build-test:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.1.7
- name: Setup Node 20
uses: actions/setup-node@aca7b64a59c0063db8564e0ffdadd3887f1cbae5 # v4.0.3
with:
node-version: '20'
- name: npm-install
run: npm install
- name: npm-test
run: npm test