diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3b03340..d3145ad 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,9 +8,9 @@ on: env: CARGO_TERM_COLOR: always - RUST_LOG: ${{ secrets.RUST_LOG}} - APP_PORT: ${{ secrets.APP_PORT}} - DATABASE_URL: ${{ secrets.DATABASE_URL}} + RUST_LOG: ${{ secrets.RUST_LOG }} + APP_PORT: ${{ secrets.APP_PORT }} + DATABASE_URL: ${{ secrets.DATABASE_URL }} jobs: build: diff --git a/README.md b/README.md index 99df36f..3e7604f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Spyhole +# Spyhole [![Build](https://github.com/piny4man/spyhole/actions/workflows/pull-request.yml/badge.svg)](https://github.com/piny4man/spyhole/actions/workflows/pull-request.yml) -Simple URL down detector service +Simple URL down detector service ## Tech Stack