galoy-cli 0.1.7

A CLI Client for interacting with Galoy Backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

name: Check Code

on:
  pull_request:
    branches: [main]

jobs:
  check-code:
    name: Check Code
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - name: Run check code
        run: make check-code