Skip to content

Commit

Permalink
Changed ci.yml line endings to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent 61e05ee commit f4058ed
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
@@ -1,17 +1,17 @@
name: CI
run-name: CI triggered by push from ${{ github.actor }}
on: [push]
jobs:
Build-On-Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install mypy pylint detect-secrets
- uses: pre-commit/action@v3.0.0
- name: List files in the repository
run: ls ${{ github.workspace }}
- run: docker build --ssh default --target tox -t multikeyjwt:tox .
- name: Echo SSH_AUTH_SOCK
run: echo $SSH_AUTH_SOCK
- run: docker run --rm -v ${{ github.workspace }}:/app -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK multikeyjwt:tox
name: CI
run-name: CI triggered by push from ${{ github.actor }}
on: [push]
jobs:
Build-On-Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install mypy pylint detect-secrets
- uses: pre-commit/action@v3.0.0
- name: List files in the repository
run: ls ${{ github.workspace }}
- run: docker build --ssh default --target tox -t multikeyjwt:tox .
- name: Echo SSH_AUTH_SOCK
run: echo $SSH_AUTH_SOCK
- run: docker run --rm -v ${{ github.workspace }}:/app -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK multikeyjwt:tox

0 comments on commit f4058ed

Please sign in to comment.