Skip to content

Commit

Permalink
Lint and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored and github-actions[bot] committed Aug 20, 2024
1 parent 567a4be commit e4085f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
push:
pull_request:

permissions:
contents: read

jobs:
clone-and-install:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/vscode/devcontainers/base:ubuntu
image: mcr.microsoft.com/devcontainers/base:ubuntu
env:
CODESPACES: true
steps:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request:
branches: [main]

permissions:
contents: read
packages: read
statuses: write

jobs:
build:
name: Lint Code Base
Expand Down

0 comments on commit e4085f3

Please sign in to comment.