add another scenario for offchain vote data #1166
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Fourmolu | |
on: | |
push: {} | |
merge_group: {} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run fourmolu | |
uses: haskell-actions/run-fourmolu@v11 | |
with: | |
version: "0.17.0.0" |