test(webserver): add test for selecting primary email of github user #3724
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 |