[READ-ONLY] Mirror of https://github.com/thoda-dev/nuxt-ollama. Simple integration of the official Ollama JavaScript Library for your Nuxt application.
0

Configure Feed

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

Merge pull request #62 from thoda-dev/alert-autofix-10

Potential fix for code scanning alert no. 10: Workflow does not contain permissions

authored by

Thomas and committed by
GitHub
(May 6, 2026, 3:48 PM +0200) 6989ea83 e5933f97

+3
+3
.github/workflows/ci.yml
··· 8 8 branches: 9 9 - master 10 10 11 + permissions: 12 + contents: read 13 + 11 14 jobs: 12 15 lint: 13 16 runs-on: ubuntu-latest