Skip to content

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

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

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

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@97ca147735c170fb35096b39ef17a0fc5d9270ac # v4.0.3
with:
node-version: '20'
- name: npm-install
run: npm install
- name: npm-test
run: npm test