Skip to content

Bump the all group across 1 directory with 3 updates #7

Bump the all group across 1 directory with 3 updates

Bump the all group across 1 directory with 3 updates #7

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: |
cd functions
npm ci
- name: Run lint
run: |
cd functions
npm run lint