Skip to content

Set working directory #4

Set working directory

Set working directory #4

Workflow file for this run

name: 'Code Style Review'
on:
push:
branches:
- dagger-ci
jobs:
lint:
runs-on: 'ubuntu-latest'
steps:
- name: 'lint'
uses: dagger/dagger-for-github@v6
working-directory: './'

Check failure on line 12 in .github/workflows/dagger-lint.yaml

View workflow run for this annotation

GitHub Actions / Code Style Review

Invalid workflow file

The workflow is not valid. .github/workflows/dagger-lint.yaml (Line: 12, Col: 9): Unexpected value 'working-directory'
with:
verb: call
module: ci
args: lint --directory=./
version: '0.14.0'
# TODO: add the token as github secret
#cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}