Skip to content

Bump version to pandoc-lua-marshal 0.2.7.1 #147

Bump version to pandoc-lua-marshal 0.2.7.1

Bump version to pandoc-lua-marshal 0.2.7.1 #147

Workflow file for this run

name: Lint
# Trigger the workflow on push or pull request
on:
pull_request:
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/FUNDING.md'
- '**/CHANGELOG.md'
- '**/LICENSE'
- '**/README.md'
- '**/stack.yaml'
- '**/*.cabal'
push:
paths-ignore:
- '.github/workflows/ci.yml'
- '.github/FUNDING.md'
- '**/CHANGELOG.md'
- '**/LICENSE'
- '**/README.md'
- '**/stack.yaml'
- '**/*.cabal'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up HLint
uses: haskell/actions/hlint-setup@v2
- name: Run HLint
uses: haskell/actions/hlint-run@v2
with:
path: '.'
fail-on: warning