Skip to content

(ci/cd): different regex test #1

(ci/cd): different regex test

(ci/cd): different regex test #1

Workflow file for this run

on:
push:
tags:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: actions/setup-node@v4
with:
node-version: 'lts'
- run: npm ci
- run: npm run lint