Skip to content

Fixes NWM-related issues involving new Avenue Ts and DxO NWM-Thru x S… #153

Fixes NWM-related issues involving new Avenue Ts and DxO NWM-Thru x S…

Fixes NWM-related issues involving new Avenue Ts and DxO NWM-Thru x S… #153

Workflow file for this run

# 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: [ "master", "staging" ]
pull_request:
branches: [ "master", "staging" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt test
- name: Generate locale files
run: sbt generateLocales
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check RUL2 syntax
run: sh src/scripts/syntax-check-rul2.sh