Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the sample for ci in dotnet core with sonar #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

simonbaudart
Copy link
Contributor

No description provided.

@simonbaudart simonbaudart added the documentation Improvements or additions to documentation label Jun 4, 2024
Copy link
Member

@KingDeadKnight KingDeadKnight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +1 to +15
name: CI - Scrapper

on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/Scrapper/**'
pull_request:
branches:
- main
paths:
- 'src/Scrapper/**'
types: [ opened, synchronize, reopened ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: CI - Scrapper
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'src/Scrapper/**'
pull_request:
branches:
- main
paths:
- 'src/Scrapper/**'
types: [ opened, synchronize, reopened ]
name: CI - .NET Core
on:
workflow_dispatch:
# Décommenter les lignes suivantes pour activer le CI
#push:
# branches:
# - main
#pull_request:
# branches:
# - main
# types: [ opened, synchronize, reopened ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants