Skip to content

Apply suggestions from code review #9

Apply suggestions from code review

Apply suggestions from code review #9

Workflow file for this run

name: CosmWasm Compilation Check
on:
pull_request:
paths:
- .github/workflows/cw-check.yml
- ci/cw-check/**
on:

Check failure on line 8 in .github/workflows/cw-check.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cw-check.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
push:
tags:
- v[0-9]+.*
branches:
- 'release/*'
- main
paths:
- .github/workflows/cw-check.yml
- Cargo.toml
- Cargo.lock
- ci/cw-check/**
- crates/**
jobs:
cw-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- name: Run cw-check
run: |
cd ci/cw-check
nix-shell --run "cw-check"