Bump eslint from 8.50.0 to 8.51.0 #64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |