Skip to content

Commit

Permalink
Merge branch 'master' into lemmih/fix-hello-world-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Jan 23, 2025
2 parents 0b5f1d9 + 997c79a commit 771eb2b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/eval-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "Eval"
on:
push:
branches: 'master'
pull_request_target:
pull_request:
branches: 'master'

jobs:
check:
Expand All @@ -19,4 +20,4 @@ jobs:
name: wrangler
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Check
run: nix flake check -L
run: nix flake check -L
5 changes: 3 additions & 2 deletions .github/workflows/eval-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "Eval (Checks)"
on:
push:
branches: 'master'
pull_request_target:
pull_request:
branches: 'master'

jobs:
wrangler:
Expand All @@ -19,4 +20,4 @@ jobs:
name: wrangler
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build
run: nix build .#checks.x86_64-linux.wrangler
run: nix build .#checks.x86_64-linux.wrangler
5 changes: 3 additions & 2 deletions .github/workflows/eval-devshells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "Eval (devShells)"
on:
push:
branches: 'master'
pull_request_target:
pull_request:
branches: 'master'

jobs:
wrangler:
Expand All @@ -15,4 +16,4 @@ jobs:
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Build
run: nix build .#devShells.x86_64-linux.default
run: nix build .#devShells.x86_64-linux.default
5 changes: 3 additions & 2 deletions .github/workflows/eval-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "Eval"
on:
push:
branches: 'master'
pull_request_target:
pull_request:
branches: 'master'

jobs:
format:
Expand All @@ -15,4 +16,4 @@ jobs:
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Check formatting
run: nix fmt -- -c .
run: nix fmt -- -c .
5 changes: 3 additions & 2 deletions .github/workflows/eval-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: "Eval (Packages)"
on:
push:
branches: 'master'
pull_request_target:
pull_request:
branches: 'master'

jobs:
wrangler:
Expand All @@ -19,4 +20,4 @@ jobs:
name: wrangler
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build
run: nix build .#packages.x86_64-linux.wrangler
run: nix build .#packages.x86_64-linux.wrangler

0 comments on commit 771eb2b

Please sign in to comment.