set CHUNK_START_LINE to None if it contains the entire file (#3615) #7952
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 |