Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@googleworkspace-bot
Copy link
Contributor

Synced local file(s) with googleworkspace/.github.

Changed files
  • Created local .github/workflows/lint.yml from remote sync-files/defaults/.github/workflows/lint.yml
  • Created local .github/workflows/test.yml from remote sync-files/defaults/.github/workflows/test.yml

This PR was created automatically by the repo-file-sync-action workflow run #19481727992

Comment on lines +19 to +24
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
echo "No lint checks";
exit 1;

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Comment on lines +19 to +24
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
echo "No tests";
exit 1;

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium test

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@jpoehnelt jpoehnelt deleted the sync-files-all/default branch November 18, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants