From d67bb194e9f02d015f3c8d714cb5889fa5377860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Sun, 23 May 2021 19:36:22 +0200 Subject: [PATCH] test --- .github/workflows/codingstyle.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codingstyle.yml b/.github/workflows/codingstyle.yml index 2dbc4b4e..8f64653f 100644 --- a/.github/workflows/codingstyle.yml +++ b/.github/workflows/codingstyle.yml @@ -1,15 +1,15 @@ -on: pull_request +name: Check coding style +on: [push, pull_request] jobs: - example_comment_pr: - runs-on: ubuntu-latest - name: An example job to comment a PR + Building: + runs-on: [ubuntu-latest] steps: - name: Checkout uses: actions/checkout@v1 - - name: Comment PR - uses: thollander/actions-comment-pull-request@master + - name: Comment Pull Request + uses: thollander/actions-comment-pull-request@1.0.1 with: message: 'Example of message !' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file