Skip to content

Commit

Permalink
experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
supki committed Jun 13, 2022
1 parent 31a95a3 commit 4ff545b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ci
on:
workflow_dispatch:
pull_request:
push:
branches: [master]

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
with:
ghc-version: '8.10'
enable-stack: true
stack-version: 'latest'
- run: stack test
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
envparse
========
[![Build status](https://github.com/supki/envparse/actions/workflows/ci.yml/badge.svg)](https://github.com/supki/envparse/actions/workflows/ci.yml)

[optparse-applicative][0], but for environment variables

Expand Down

0 comments on commit 4ff545b

Please sign in to comment.