feat(graphQL): add is_sso_user and forbid update name, password for s… #8319
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 |