Skip to content

Commit

Permalink
ci: Fix ci
Browse files Browse the repository at this point in the history
+ add badge
  • Loading branch information
aszenz committed Nov 26, 2023
1 parent bde6dd4 commit 7914279
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP Composer
name: CI

on:
push:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PHP Typed Schema

[![ci](https://github.com/aszenz/php-typed-schema/actions/workflows/ci.yml/badge.svg)](https://github.com/aszenz/php-typed-schema/actions/workflows/ci.yml)
Typed Schema is a php library to parse unknown data (often as `mixed` type) into properly typed data

Typed Schema has built-in parser's for common use cases and a simple way to compose them to validate any form of data
Expand Down
139 changes: 75 additions & 64 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7914279

Please sign in to comment.