Skip to content

@shopify/eslint-plugin: Add support for ESLint v9 and flat config #90

@shopify/eslint-plugin: Add support for ESLint v9 and flat config

@shopify/eslint-plugin: Add support for ESLint v9 and flat config #90

Workflow file for this run

name: /snapit
on:
issue_comment:
types:
- created
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
snapit:
name: /snapit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create snapshot
uses: Shopify/snapit@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}