Skip to content

build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 #15

build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0

build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 #15

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
env:
NODE_VERSION: 18
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Set up NodeJs
uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Lint Prettier
run: npm run prettier
continue-on-error: false
- name: Lint ESLint
run: npm run eslint
continue-on-error: true