Skip to content

Enhance ID token with client ID and owner details #4

Enhance ID token with client ID and owner details

Enhance ID token with client ID and owner details #4

Workflow file for this run

name: Crystal CI Pull Request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: shards install --skip-postinstall
- name: Run Code Format
run: crystal tool format --check
- name: Run Ameba Checks
run: bin/ameba
- name: Run Authorization Service
run: crystal ./spec/support/test_server.cr &
- name: Run Grants
run: crystal spec spec/grants/*_spec.cr
- name: Run Authly
run: crystal spec spec/*_spec.cr