Skip to content

Update dependency eslint-config-google to v0.14.0 #244

Update dependency eslint-config-google to v0.14.0

Update dependency eslint-config-google to v0.14.0 #244

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: grunt
'on':
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: grunt --port=4000 --monochrome