Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm authored Aug 24, 2024
1 parent b5bcab6 commit f60b3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
tests:
name: Run functional test
name: Test
runs-on: ubuntu-latest
permissions:
actions: write
Expand All @@ -26,4 +26,4 @@ jobs:
uses: actions/checkout@v4

- name: Validate YAML file
run: yamllint -d relaxed action.yml
run: yamllint action.yml

0 comments on commit f60b3b9

Please sign in to comment.