Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
10fish committed Feb 16, 2024
1 parent 40d00fd commit 23b3a80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: audit
name: Audit

# This being a separate file, so there can be an own badge in README file
# and therefore spread awareness of cargo audit a tiny bit.

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
# Runs at 15:00 UTC on Fri
- cron: "0 5 * * 10"
# Runs at 05:00 UTC on Thu
- cron: "0 5 * * 4"
workflow_dispatch:
# This allows running it on any branch manually:
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: --deny warnings

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Dependency status](https://deps.rs/repo/github/10fish/httprs/status.svg)](https://deps.rs/repo/github/10fish/httprs)
[![Crates.io](https://img.shields.io/crates/v/httprs)](https://crates.io/crates/httprs)
[![docs.rs](https://img.shields.io/badge/docs-website-blue)](https://docs.rs/httprs/)
[![Lines of code](https://tokei.rs/b1/github/10fish/httprs?category=lines)](https://github.com/10fish/httprs).
[![Lines of code](https://tokei.rs/b1/github/10fish/httprs?category=lines)](https://github.com/10fish/httprs)

A fast simple command line http server tool.

Expand Down

0 comments on commit 23b3a80

Please sign in to comment.