Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 21, 2024
1 parent 42771d7 commit eb56c3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
with:
power: true

- name: Check formatting
run: make code-check || echo "Run `make pre-ci`"
# - name: Check formatting
# run: make code-check || echo "Run `make pre-ci`"

- name: Test
run: make test
# - name: Test
# run: make test

- name: Check documentation compiles and runs
run: make check-docs && make run-example
# - name: Check documentation compiles and runs
# run: make check-docs && make run-example

- name: Publish snapshot
if: github.ref == 'refs/heads/main'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
scala-cli test .

publish-snapshot:
scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USER env:SONATYPE_PASSWORD
scala-cli config publish.credentials s01.oss.sonatype.org env:SONATYPE_USERNAME env:SONATYPE_PASSWORD
scala-cli publish . -S 3.3.3 --signer none

publish:
Expand Down

0 comments on commit eb56c3d

Please sign in to comment.