Skip to content

feat!: remove gov ante decorators #767

feat!: remove gov ante decorators

feat!: remove gov ante decorators #767

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
statuses: write
# Cancel all previous runs of the same workflow when a new one is triggered in the same branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Lint PR 🧹
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}