Skip to content

Bump @angular-eslint/eslint-plugin from 17.4.1 to 18.2.0 #72

Bump @angular-eslint/eslint-plugin from 17.4.1 to 18.2.0

Bump @angular-eslint/eslint-plugin from 17.4.1 to 18.2.0 #72

Workflow file for this run

# Running build and test for angular-fight-analyzer
name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
# - name: Prettier
# uses: actionsx/prettier@v2
# with:
# # prettier CLI arguments.
# args: --check "./tictactoe_javascript/**.{css,js}"
- name: Setup
run: npm ci --include=optional
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Test
run: |
npm test -- --no-watch --no-progress --browsers=ChromeHeadlessCI --code-coverage
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: coverage/