Skip to content

update sbt-tpolecat to 0.4.4 (remove unused imports) #34

update sbt-tpolecat to 0.4.4 (remove unused imports)

update sbt-tpolecat to 0.4.4 (remove unused imports) #34

Workflow file for this run

name: Tyrian
on:
pull_request:
branches:
- main
paths:
- 'modules/ws-client/**'
push:
branches:
- main
paths:
- 'modules/ws-client/**'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
with:
name: feda
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: "Build Tyrian (Scala.js) webapp 🚀"
run: nix build .#tyrian-webapp