stackage/.github/workflows/check.yml
dependabot[bot] 1eaccbd4aa
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 08:15:06 +00:00

25 lines
532 B
YAML

name: check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
name: Stackage check
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
with:
path: |
~/.stack
~/.stackage/curator/cache
key: ${{ runner.os }}-stackage-nightly-${{ hashFiles('**/build-constraints.yaml') }}
restore-keys: |
${{ runner.os }}-
- run: etc/check.sh