Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Sep 17, 2023
1 parent 6d71e7b commit 0bf0d46
Show file tree
Hide file tree
Showing 10 changed files with 573 additions and 16 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: readme
on: [push, pull_request]
jobs:
readme:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
- name: build
run: sbt "checkReadme"
Loading

0 comments on commit 0bf0d46

Please sign in to comment.