This repository has been archived by the owner on May 25, 2024. It is now read-only.
DEFC batch mode & fix tier error display #466
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Scala Presence | |
on: | |
pull_request: | |
branches: [ master, main ] | |
push: | |
branches: [ master, main ] | |
jobs: | |
test-scala-presence: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Check file content | |
uses: mattsb42-meta/[email protected] | |
with: | |
config-file: ./.github/test-scala-presence.toml |