refactor(ui): select the first repository by default in code browser … #1696
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 |