1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-05-03 16:23:47 +07:00
Ivan c82240598b
Add and configure ESLint and update configuration for Prettier ()
* Apply ESLint config and update Prettier

* Update dependencies and rebuild

* Update docs
2023-03-09 14:43:05 +02:00

15 lines
266 B
YAML

name: CodeQL analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 3 * * 0'
jobs:
call-codeQL-analysis:
name: CodeQL analysis
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main