Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Github checks only changed files #1500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Prev Previous commit
Next Next commit
Parse json
  • Loading branch information
JulienPalard committed Dec 11, 2020
commit 352d0c7df776bcff5c6df585cddce399344ef68d
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Show changed files
run:
echo '${{ steps.changed_files.outputs.all }}'
echo '${{ join(fromJSON(steps.changed_files.outputs.all), ' ') }}'
- name: Install pospell
run: |
sudo apt-get update
Expand Down