Skip to content

Split workflows

Split workflows #15

Workflow file for this run

name: Check files
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Set up Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install packages
run: |
bun add exiftool-vendored@26
bun install
- if: runner.debug == '1'
uses: mxschmitt/action-tmate@v3
- name: Run script
run: bun ./.github/check.js