summaryrefslogtreecommitdiff
path: root/.github/workflows/validate-sql.yml
AgeCommit message (Collapse)Author
2025-10-13Merge pull request #42 from tt-rss/bugfix/eslint-config-and-findingsGreg
Get ESLint 9.x working, make the new config stricter, address findings
2025-10-13Don't trigger workflows on their own YAML changes.supahgreg
2025-10-13GitHub Actions: Bump actions/checkout from 4 to 5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2025-10-11Add missing 'permissions' to the Validate SQL workflow.supahgreg
2025-10-11Add a 'Validate SQL' workflow.supahgreg
Created while messing around with Copilot.