Skip to content

feat(autochannelactivity): new module #18

feat(autochannelactivity): new module

feat(autochannelactivity): new module #18

Workflow file for this run

name: dagger
on:
- pull_request
jobs:
linter:
name: linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: linter core
uses: dagger/dagger-for-github@v5
with:
verb: call
args: linter --config build/ci/golangci.yaml --application-dir . --directory core
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
- name: linter autochannelactivity
uses: dagger/dagger-for-github@v5
with:
verb: call
args: linter --config build/ci/golangci.yaml --application-dir . --directory autochannelactivity
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}