From b34f60bd9dfebc20d0e13c4a2d06741f828ca454 Mon Sep 17 00:00:00 2001 From: Julien Roncaglia Date: Fri, 9 Aug 2024 12:06:14 +0200 Subject: [PATCH] Workflow bikesheeding --- .github/workflows/{lint.yml => ci.yml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{lint.yml => ci.yml} (92%) diff --git a/.github/workflows/lint.yml b/.github/workflows/ci.yml similarity index 92% rename from .github/workflows/lint.yml rename to .github/workflows/ci.yml index b68c1f7..318fb57 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: lint +name: CI on: # Triggers the workflow on push or pull request events but only for the "main" branch push: @@ -7,7 +7,8 @@ on: branches: ['main'] workflow_dispatch: jobs: - build: + check: + name: Build and lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v4