9 - '.github/workflows/changelogs.yml'
13 - '.github/workflows/changelogs.yml'
24 runs-on: ubuntu-latest
28 # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#adding-a-system-path
30 echo "$HOME/.cabal/bin" >> $GITHUB_PATH
31 - uses: actions/cache@v1
34 key: linux-store-changelogs
37 ghcup config set cache true
38 ghcup install ghc recommended
39 ghcup set ghc recommended
40 - name: Update Hackage index
42 # Cannot install it from tarball due to
43 # https://github.com/haskell/cabal/issues/7360
44 - uses: actions/checkout@v3
46 repository: "phadej/changelog-d"
48 - name: Install changelog-d
53 - uses: actions/checkout@v3
54 - name: Run changelog-d
56 changelog-d changelog.d