Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/gleam-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: Gleam CI

on:
permissions: contents: read
push:
branches: [main, develop]
paths:
Expand All @@ -22,7 +21,6 @@ jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
permissions: contents: read
defaults:
run:
working-directory: backend
Expand All @@ -34,9 +32,7 @@ jobs:
uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
with:
otp-version: '26.0'
permissions: contents: read
gleam-version: '1.6.3'
permissions: contents: read

- name: Cache Gleam build
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.0.1
Expand All @@ -63,7 +59,6 @@ jobs:
docker:
name: Docker Build
runs-on: ubuntu-latest
permissions: contents: read
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/language-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: contents: read
permissions:
contents: read

jobs:
check:
runs-on: ubuntu-latest
permissions: contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Enforce language policies
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rescript-deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,18 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: contents: read

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
permissions: contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2
with:
deno-version: v1.x
permissions: contents: read

- name: Deno lint
run: deno lint
Expand All @@ -47,7 +44,6 @@ jobs:

security:
runs-on: ubuntu-latest
permissions: contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2
Expand Down
Loading