From ffc7bd4432d87af84d1eeab945362dad72600354 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 13 Nov 2023 06:14:54 +0000 Subject: [PATCH] ci: update gh workflow actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7aa0e4..62c92d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,12 @@ # Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions -name: Lint +name: Lint and Test on: push: branches: - main jobs: - lint: + tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2