Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Sep 16, 2023
1 parent 6d71e7b commit d01cd05
Show file tree
Hide file tree
Showing 10 changed files with 574 additions and 15 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: readme
on: [push, pull_request]
jobs:
readme:
runs-on: ubuntu-20.04
timeout-minutes: 5
env:
JAVA_OPTS: -Xms20G -Xmx20G -Xss10M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms20G -Xmx20G -Xss10M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
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 d01cd05

Please sign in to comment.