Skip to content

refactor: add more linters #1

refactor: add more linters

refactor: add more linters #1

Workflow file for this run

name: dstlled-diff
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
dstlled-diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"