Skip to content

[WOR-161] Stop trying to clone workspace files if it hasn't succeeded within a day #2280

[WOR-161] Stop trying to clone workspace files if it hasn't succeeded within a day

[WOR-161] Stop trying to clone workspace files if it hasn't succeeded within a day #2280

Workflow file for this run

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