Skip to content

Commit

Permalink
disable readme ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Sep 23, 2023
1 parent ac4a0e3 commit a9cd4a5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -1,15 +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"
# 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"

0 comments on commit a9cd4a5

Please sign in to comment.