[WOR-1192] Change terminal storage class for autoclass-managed workspace buckets #2273
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: Check formatting for modified files with scalafmt | |
on: | |
pull_request: | |
paths-ignore: ['**.md'] | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 2 | |
ref: ${{ github.event.pull_request.head.sha }} | |
- name: coursier-cache-action | |
uses: coursier/cache-action@v6 | |
- name: Check formatting for modified files | |
run: | | |
sbt scalafmtCheckAll |