Skip to content

Add google ctf 2024 auxin2 writeup #7

Add google ctf 2024 auxin2 writeup

Add google ctf 2024 auxin2 writeup #7

Workflow file for this run

name: check
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: latest
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint