Skip to content

Commit

Permalink
fix: reword typo in licenses workflow (runs-on)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmstefanski committed Dec 29, 2023
1 parent c43c67b commit cfca310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
license_check:
runs-on: ubuntu-lastest
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Checks licenses of all dependencies in lockfile
run: npx license-checker-rseidelsohn --production --excludePrivatePackages --onlyAllow "MIT;Apache;AAL;BSD;Artistic;CC0;ISC;ISCL;PostgreSQL License;Public Domain;Unlicense;UPL;W3C;WTFPL;Python;CC-;BlueOak"

0 comments on commit cfca310

Please sign in to comment.