Skip to content

Remove unnecessary ConfigureAwait calls from async methods #9

Remove unnecessary ConfigureAwait calls from async methods

Remove unnecessary ConfigureAwait calls from async methods #9

Workflow file for this run

name: People api
on:
push:
branches: [ master ]
env:
SERVICE: people.webhooks
jobs:
BuildContainer:
runs-on: ubuntu-latest
steps:
- name: Checkout Github Action
uses: actions/checkout@master
- name: Build docker container
uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}