Skip to content

Merge pull request #1550 from hugolatendresse/dev_mixtral #9107

Merge pull request #1550 from hugolatendresse/dev_mixtral

Merge pull request #1550 from hugolatendresse/dev_mixtral #9107

Workflow file for this run

name: Shell Check
on: [push, pull_request, workflow_dispatch]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: ./triton/**