Skip to content

Announcing Scala.js 1.17.0, and add doc for the Wasm backend. #261

Announcing Scala.js 1.17.0, and add doc for the Wasm backend.

Announcing Scala.js 1.17.0, and add doc for the Wasm backend. #261

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.5
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build
run: bundle exec jekyll build