We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de90e1 + 36973db commit cdda6e4Copy full SHA for cdda6e4
.github/workflows/shellcheck.yaml
@@ -0,0 +1,16 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - main
5
+ pull_request:
6
7
8
+
9
+jobs:
10
+ shellcheck:
11
+ name: Shellcheck
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ - name: Run ShellCheck
16
+ uses: ludeeus/action-shellcheck@master
obench.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Benchmark using ollama gives rate of tokens per second
# idea taken from https://taoofmac.com/space/blog/2024/01/20/1800
0 commit comments