fix(ui): correct the display of Issue/Pull Request documentation #7382
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ast-grep lint | |
on: [push] | |
jobs: | |
sg-lint: | |
runs-on: ubuntu-latest | |
name: ast-grep-lint | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: ast-grep lint step | |
uses: ast-grep/[email protected] | |
with: | |
version: 0.20.1 |