Skip to content

Update build workflow to modify release notes formatting and enhance … #14

Update build workflow to modify release notes formatting and enhance …

Update build workflow to modify release notes formatting and enhance … #14

Workflow file for this run

name: ESLint
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint