encore
This commit is contained in:
parent
fb912fd9ea
commit
b673aab830
@ -7,15 +7,37 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
tags:
|
||||
- "v*"
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: ['docker']
|
||||
|
||||
steps:
|
||||
- uses: 'actions/checkout@v3.6.0'
|
||||
|
||||
- name: 'Initialize CodeQL'
|
||||
uses: 'github/codeql-action/init@v2'
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: 'Perform CodeQL Analysis'
|
||||
uses: 'github/codeql-action/analyze@v2'
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -86,3 +108,7 @@ jobs:
|
||||
run: |
|
||||
docker compose --profile setup down
|
||||
rm -rf /workspace/tips-of-mine/metabase/*
|
||||
|
||||
- name: actions/labeler@v5
|
||||
with:
|
||||
sync-labels: true
|
Loading…
x
Reference in New Issue
Block a user