Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala action #3

Merged
merged 4 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Scala CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt test
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91

- name: Generate and publish scaladoc to Github Pages
run: sbt ghpagesPushSite
29 changes: 0 additions & 29 deletions .github/workflows/super-linter.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .jvmopts

This file was deleted.

Empty file added .nojekyll
Empty file.
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions README.md

This file was deleted.

1 change: 0 additions & 1 deletion version.sbt

This file was deleted.

32 changes: 0 additions & 32 deletions vpapakirscalasbttemplate/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions vpapakirscalasbttemplate/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions vpapakirscalasbttemplate/build.sbt

This file was deleted.

1 change: 0 additions & 1 deletion vpapakirscalasbttemplate/project/build.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading