Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.59.1 to 8.59.2 #73

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.59.1 to 8.59.2

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.59.1 to 8.59.2 #73

Workflow file for this run

name: Test Action
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test-action:
runs-on: ubuntu-latest
name: Test read-only-friday action
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- name: Install dependencies
run: npm install
- name: Build action
run: npm run package
- name: Run action
uses: ./
id: read-only-friday