Remove unnecessary ConfigureAwait calls from async methods #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |