From 48db799af6d7fe59f467232c69b7f2b588b7e2ef Mon Sep 17 00:00:00 2001 From: zztkm Date: Wed, 2 Nov 2022 14:10:01 +0900 Subject: [PATCH] :green_heart: remove task --- .github/workflows/ci.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 128215b..e2db91a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,14 +22,11 @@ jobs: with: check-latest: true - - name: Install Task - uses: arduino/setup-task@v1 - - name: Checkout ${{ github.event.repository.name }} uses: actions/checkout@v2 - name: Install deps - run: task setup + run: v install - name: Check if code is formatted run: | @@ -37,7 +34,7 @@ jobs: v fmt -verify . - name: Build ${{ github.event.repository.name }} - run: task build + run: v . - name: Run Tests - run: task test \ No newline at end of file + run: v test . \ No newline at end of file