Add a workflow
Build / audit (push) Failing after 6s Details

This commit is contained in:
Eugen Wissner 2023-11-27 01:06:43 +01:00
parent a961b168db
commit b5763b42d6
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: Build
on: [push]
jobs:
audit:
runs-on: alpine
steps:
- name: Set up environment
shell: ash {0}
run: apk add --no-cache git bash curl build-base readline-dev openssl-dev zlib-dev libpq-dev gmp-dev tar
- name: Prepare system
run: |
curl -L https://github.com/ndmitchell/hlint/releases/download/v3.6.1/hlint-3.6.1-x86_64-linux.tar.gz | tar zxv
- run: ./hlint-3.6.1/hlint src tests