Skip to content

ci(typecheck): properly drop into the devenv shell #585

ci(typecheck): properly drop into the devenv shell

ci(typecheck): properly drop into the devenv shell #585

Workflow file for this run

name: lua_ls-typecheck
on:
pull_request: ~
push:
branches:
- '*'
jobs:
type-check:
name: Type Check Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Type Check Code Base
uses: mrcjkb/[email protected]
shell: devenv shell bash -- -e {0}

Check failure on line 24 in .github/workflows/typecheck.yml

View workflow run for this annotation

GitHub Actions / lua_ls-typecheck

Invalid workflow file

The workflow is not valid. .github/workflows/typecheck.yml (Line: 24, Col: 9): Unexpected value 'shell'
with:
configpath: ".luarc.json"
directories: |
lua