Skip to content

Refactor: Redesign of the blog website to align with the new design standards. #227

Refactor: Redesign of the blog website to align with the new design standards.

Refactor: Redesign of the blog website to align with the new design standards. #227

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt test