Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonowl committed Dec 26, 2024
1 parent f801009 commit 9137366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
run_modified_files_in_default_docker:
runs-on: ubuntu-latest
steps:
# pull current branch
- name: Checkout HEAD
uses: actions/checkout@v4
# pull master to run git diff command
- name: Checkout master
uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ task :in_modified_specs do

# get changes in framework
lib_diff = `git diff --name-only origin/master -- lib dockerfiles Dockerfile Gemfile Gemfile.lock 2>&1`
# check of comparison results/errors
run_default = true if !lib_diff.empty? || lib_diff.include?('fatal:')

# get changes in scripts and find them in spec
Expand Down

0 comments on commit 9137366

Please sign in to comment.