Skip to content

Commit df1e060

Browse files
committed
add status badge
1 parent 8bbdab8 commit df1e060

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions
22

3-
name: Tests
3+
name: ci
44
on:
55
push:
66
branches:
77
- main
88
jobs:
9-
lint:
9+
test:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![deno module](https://shield.deno.dev/x/pocketenv)](https://deno.land/x/pocketenv)
99
![deno compatibility](https://shield.deno.dev/deno/^1.37)
1010
[![flakestry.dev](https://flakestry.dev/api/badge/flake/github/pocketenv-io/pocketenv)](https://flakestry.dev/flake/github/pocketenv-io/pocketenv)
11+
[![Tests](https://github.com/pocketenv-io/pocketenv/actions/workflows/ci.yml/badge.svg)](https://github.com/pocketenv-io/pocketenv/actions/workflows/ci.yml)
1112

1213
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.
1314

0 commit comments

Comments
 (0)