Skip to content

Bump eslint from 9.12.0 to 9.13.0 in the npm-development group #21

Bump eslint from 9.12.0 to 9.13.0 in the npm-development group

Bump eslint from 9.12.0 to 9.13.0 in the npm-development group #21

Workflow file for this run

name: 'Run action'
on:
push:
branches:
- '**'
paths:
- '.github/workflows/**'
- 'src/**'
- 'dist/**'
- 'package*.json'
- 'action.json'
jobs:
run-action:
name: 'Run action'
strategy:
matrix:
system:
- ubuntu-latest
runs-on: ${{ matrix.system }}
steps:
- name: Print input
id: echo-action
uses: imesense/gha-echo-action@1b869723689bd5f4ad4d5f54c6120bd412634500
with:
input-string: 'Input'
- name: Print output
run: |
echo "${{ steps.echo-action.outputs.output-string }}"