Skip to content

Add link to beancount-exchangerates to README #176

Add link to beancount-exchangerates to README

Add link to beancount-exchangerates to README #176

Workflow file for this run

name: build
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: gem install bundler
- run: bundle install
- run: bundle exec rake
publish:
needs: test
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: lineofflight/frankfurter
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true