Skip to content

chore: Create example directory (#12) #3

chore: Create example directory (#12)

chore: Create example directory (#12) #3

name: deno-drv-checker
on:
push:
permissions: {}
jobs:
check-v1.42.0:

Check failure on line 6 in .github/workflows/deno-drv-checker.yml

View workflow run for this annotation

GitHub Actions / deno-drv-checker

Invalid workflow file

The workflow is not valid. .github/workflows/deno-drv-checker.yml (Line: 6, Col: 3): The identifier 'check-v1.42.0' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run nix-shell
run: nix-shell ./example/v1.42.0.nix