Skip to content

build(deps): bump zentered/bluesky-post-action from 0.0.2 to 0.1.0 #16

build(deps): bump zentered/bluesky-post-action from 0.0.2 to 0.1.0

build(deps): bump zentered/bluesky-post-action from 0.0.2 to 0.1.0 #16

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
- '!main'
push:
branches:
- '**'
- '!main'
jobs:
test:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm install
- run: npm run lint
- run: npm test