Skip to content

Bump golang.org/x/sync from 0.8.0 to 0.10.0 in /seth #2164

Bump golang.org/x/sync from 0.8.0 to 0.10.0 in /seth

Bump golang.org/x/sync from 0.8.0 to 0.10.0 in /seth #2164

Workflow file for this run

name: WASP Lint
on:
push:
permissions:
contents: read
jobs:
golangci:
defaults:
run:
working-directory: wasp
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
src:
- 'wasp/**'
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
if: steps.changes.outputs.src == 'true'
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run lint
if: steps.changes.outputs.src == 'true'
run: |-
nix develop -c make lint