Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #36 from staticdev/master
Browse files Browse the repository at this point in the history
Update branch
  • Loading branch information
Thiago C. D'Ávila authored May 17, 2020
2 parents aaa5afc + 203e26b commit 5f0da18
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Coverage
on: push
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests
on: push
on: [push, pull_request]
jobs:
tests:
strategy:
Expand Down
55 changes: 27 additions & 28 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "toml-validator"
version = "1.2.0"
version = "1.3.0"
description = "Simple TOML file validator using Python."
authors = ["Thiago Carvalho D'Ávila <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5f0da18

Please sign in to comment.