add permissions to workflows

This commit is contained in:
Ashely Tenesaca
2025-08-19 20:55:24 +00:00
parent bc41886e18
commit ef00a0afbb
3 changed files with 7 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript-typescript', 'actions' ]
language: [ 'javascript-typescript', 'actions', 'ruby' ]
steps:
- name: Checkout repository