Specify action location
All checks were successful
Linting / build (pull_request) Successful in 17s
Linting / lint (pull_request) Successful in 19s

This commit is contained in:
Andrew Tomaka 2024-11-06 23:14:35 -05:00
parent a26018285f
commit c30252267f
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: cth-ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
- run: |

View file

@ -8,7 +8,7 @@ jobs:
runs-on: cth-ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: addnab/docker-run-action@v3
- uses: https://github.com/addnab/docker-run-action@v3
with:
image: docker.atomaka.com/mdformat:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
@ -19,7 +19,7 @@ jobs:
runs-on: cth-ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
- run: |