Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ jobs:
path: /tmp/sparklyr.log
- name: Dump worker logs on failure
if: failure()
run: cat /tmp/sparklyr.log
run: cat /tmp/sparklyr.log
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,10 @@ repos:
name: run oxipng
description: check PNG files with oxipng
args: ['-o', '4', '--strip', 'safe', '--alpha']
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.9.0
hooks:
- id: zizmor
name: zizmor - static analysis for GitHub Actions
description: Scan GitHub Actions workflows for security issues
files: '.github/workflows/.*\.ya?ml$'
Loading