mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-16 14:40:33 +00:00
added rtx_dir config (#215)
* added rtx_dir config * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
parent
5ac46849ac
commit
55e5d18e74
10 changed files with 90 additions and 41 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -10,6 +10,10 @@ on:
|
|||
schedule:
|
||||
- cron: '31 7 * * 3'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue