Skip to content

Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.8.0 #84

Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.8.0

Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.8.0 #84

Workflow file for this run

name: Static checks
on:
push:
branches: [master]
pull_request:
branches: [master]
types: [opened, synchronize]
permissions: {}
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
persist-credentials: false
- name: Set up HLint
uses: haskell/actions/hlint-setup@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4
- name: Run HLint
uses: haskell/actions/hlint-run@fc675398fab930927d01e9c00eee89066aa2ca12 # v2.4.4
with:
path: .
fail-on: warning
validate-cabal:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
persist-credentials: false
- name: Validate Cabal file
run: cabal check