Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Merge pull request #16 from Ry0xi/dependabot/npm_and_yarn/functions/m… #55

Merge pull request #16 from Ry0xi/dependabot/npm_and_yarn/functions/m…

Merge pull request #16 from Ry0xi/dependabot/npm_and_yarn/functions/m… #55

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
check_lint_and_format:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install Node Dependencies
run: bun install --frozen-lockfile
- name: Check Code format & Linting
run: bun run check
shellcheck:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -e SC1071
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1