Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxy-v authored Sep 1, 2024
1 parent 7edc3a1 commit 9e1880f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ jobs:
CMAKE_EXPORT_COMPILE_COMMANDS=ON
ENABLE_COVERAGE=ON
run-build: false


- name: Get modified source
id: get-modified-source
uses: actions/github-script@v7
with:
script: |
const diff = require('./diff.js');
console.log(diff({github, context}))
- name: Get affected targets
id: find-targets
uses: actions/github-script@v7
Expand Down

0 comments on commit 9e1880f

Please sign in to comment.