Skip to content

Commit

Permalink
ref: use specific names
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Dec 5, 2023
1 parent af15646 commit 8508352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check that code 100% documented
run: yardoc . | grep -q '100.00% documented'

run_latest:
run_all_specs_in_default_docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
docker build -t doc-builder-testing .
docker run doc-builder-testing
run:
run_critical_in_all_dockerfiles:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 8508352

Please sign in to comment.