[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25 from lion-byte/ci/fix-settings

ci: Fix publish action to allow publish commit

authored by

Mark Hernandez and committed by
GitHub
(Feb 24, 2026, 12:16 AM -0600) 28e93b27 689e269b

+3 -1
+3 -1
.github/workflows/publish.yml
··· 8 8 9 9 permissions: 10 10 id-token: write 11 - contents: read 11 + contents: write 12 + issues: write 13 + pull-requests: write 12 14 13 15 jobs: 14 16 publish: