Skip to content

Commit

Permalink
chore: update deps and add ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jan 17, 2024
1 parent bdc582b commit 69890b7
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 7,333 deletions.
41 changes: 41 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Checks

on:
pull_request:
workflow_dispatch:
push:
branches: '*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

defaults:
run:
shell: bash

env:
ACTIONS_RUNNER_DEBUG: true
NODE_OPTIONS: '--no-warnings'

jobs:
checks:
timeout-minutes: 3
runs-on: ['ubuntu-latest']
steps:
- name: 🔑 Checkout
uses: actions/checkout@v4

- name: '📦 Install Dependencies'
uses: ethereumfollowprotocol/actions/.github/actions/setup@main
with:
bun-version: 'latest'
install-dependencies: true

- name: '🧹 Lint'
run: bun lint

- name: '📝 Format'
run: bun format

- name: '🏗️ Build'
run: bun run build
Binary file added bun.lockb
Binary file not shown.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,37 @@
"typecheck": "tsc --project tsconfig.json --noEmit",
"clean": "rm -rf .astro dist node_modules bun.lockb pnpm-lock.yaml"
},
"dependencies": {},
"devDependencies": {
"@fontsource/inter": "^5.0.16",
"@astrojs/check": "^0.4.1",
"@astrojs/starlight": "^0.15.3",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.4.0",
"@fontsource/ibm-plex-mono": "^5.0.8",
"@sentry/astro": "^7.92.0",
"@fontsource/inter": "^5.0.16",
"@sentry/astro": "^7.93.0",
"@spotlightjs/astro": "^1.0.9",
"@tailwindcss/typography": "^0.5.10",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.1",
"@types/node": "^20.10.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"astro": "^4.1.1",
"@types/bun": "^1.0.2",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"astro": "^4.1.3",
"bun": "^1.0.23",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-mdx": "^2.3.2",
"eslint-plugin-astro": "^0.31.3",
"eslint-plugin-jsonc": "^2.12.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^50.0.1",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"sharp": "^0.33.1",
"shikiji-twoslash": "^0.9.18",
"sharp": "^0.33.2",
"shikiji-twoslash": "0.10.0-beta.4",
"tailwindcss": "^3.4.1",
"typed-query-selector": "^2.11.0",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 69890b7

Please sign in to comment.