From fef64ac9034a1e829db3c374274ac7889049206d Mon Sep 17 00:00:00 2001 From: Nadim Kobeissi Date: Sat, 19 Aug 2023 12:27:59 +0200 Subject: [PATCH] Migrate to GitHub Actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66be8e2..84d7e23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies run: make dep - - name: Run lint - run: make lint + - name: Run lint + run: make lint - name: Run tests run: make test \ No newline at end of file