diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a85b32..6cc5365 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: Tests +name: ci on: push: branches: - main jobs: - lint: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 3efd00b..5e6ad94 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![deno module](https://shield.deno.dev/x/pocketenv)](https://deno.land/x/pocketenv) ![deno compatibility](https://shield.deno.dev/deno/^1.37) [![flakestry.dev](https://flakestry.dev/api/badge/flake/github/pocketenv-io/pocketenv)](https://flakestry.dev/flake/github/pocketenv-io/pocketenv) +[![Tests](https://github.com/pocketenv-io/pocketenv/actions/workflows/ci.yml/badge.svg)](https://github.com/pocketenv-io/pocketenv/actions/workflows/ci.yml) Pocketenv is a simple and lightweight tool to manage development workspace environments. It allows you to define and manage workspaces for your projects, and easily switch between them.