Skip to content

Bump @typescript-eslint/parser from 5.54.0 to 5.59.8 #8

Bump @typescript-eslint/parser from 5.54.0 to 5.59.8

Bump @typescript-eslint/parser from 5.54.0 to 5.59.8 #8

Workflow file for this run

name: test comment
on:
issue_comment:
types: [created, edited]
jobs:
echo:
runs-on: ubuntu-latest
steps:
- shell: bash
run: echo ${{ github.head_ref }}
- shell: bash
run: echo ${{ github.ref }}
- shell: bash
run: echo ${{ github.sha }}
- shell: bash
run: echo ${{ github.workflow_sha }}
- shell: bash
run: echo "${{ toJson(github.event.issue) }}"