Skip to content

Commit

Permalink
tetsing
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Dec 22, 2024
1 parent 0dd2cb3 commit 991bb67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,10 @@ jobs:
uses: frenck/[email protected]
with:
strict: true

tetsing:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Get shoutrrr version
run: echo "name=version::$(docker build --iidfile ${{ runner.temp }}/iidfile - < Dockerfile 2> /dev/null && docker run --rm "$(cat ${{ runner.temp }}/iidfile)" --version)"

0 comments on commit 991bb67

Please sign in to comment.