Skip to content

Commit

Permalink
Remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Aug 13, 2024
1 parent 9109f62 commit 0b3b068
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
docs:
name: Docs
runs-on: macos-latest
runs-on: ubuntu-latest
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
24 changes: 2 additions & 22 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,12 @@ env:
jobs:
build:
name: Build
runs-on: 'macos-latest'
runs-on: 'ubuntu-latest'
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: Install dependencies
run: mise run install
- name: Build
run: mise run docs:build
lint:
name: Lint
runs-on: 'macos-latest'
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- name: Restore Cache
uses: actions/cache@v3
id: mix-cache
with:
path: |
deps
_build
_site
key: mix-${{ hashFiles('mix.lock') }}
- name: Install dependencies
run: mise run install
- name: Run Credo
run: mise run lint
run: mise run docs:build
7 changes: 7 additions & 0 deletions .mise/tasks/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
# mise description="Performs additional tasks that are necessary to work in this repository"

set -euo pipefail

pnpm install -C $MISE_PROJECT_ROOT/docs/
tuist install --path $MISE_PROJECT_ROOT
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "d0d6e6224d927963f12154fb7bf56247083e2a5e02628b73f522bffaf312197d",
"originHash" : "0a5f265607fbc8b43026908ac6358211c1bc2b7ad85280449bc834199179e5bb",
"pins" : [
{
"identity" : "command",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tuist/Command.git",
"state" : {
"revision" : "1244cbbcff382e988b417c3990708cf30cf27c05",
"version" : "0.6.1"
"revision" : "74631cde6c4940adb017ae004c5a428da34196ef",
"version" : "0.6.3"
}
},
{
Expand Down

0 comments on commit 0b3b068

Please sign in to comment.