Skip to content

Bump eslint from 8.50.0 to 8.51.0 #64

Bump eslint from 8.50.0 to 8.51.0

Bump eslint from 8.50.0 to 8.51.0 #64

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
release-action:
runs-on: ubuntu-latest
name: Release build-failure-analyser-action
steps:
- uses: actions/checkout@v3
- name: setup_git_config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: set_node.js_16.x
uses: actions/[email protected]
with:
node-version: 16.x
- name: install_ncc_modules
run: npm install ncc && npm i -g @vercel/ncc
- name: run_lint
run: npm run lint
- name: run_test
run: npm run test