Skip to content

Update dependency @stylistic/eslint-plugin-js to v2.9.0 #2230

Update dependency @stylistic/eslint-plugin-js to v2.9.0

Update dependency @stylistic/eslint-plugin-js to v2.9.0 #2230

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Install npm modules
run: |
cd public && npm ci && npm run eslint && npm run bundle
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Test
run: |
go test ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
path-to-profile: profile.cov