Skip to content

sync with old known locations #299

sync with old known locations

sync with old known locations #299

Workflow file for this run

name: Say something
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Npm lint script
run: echo "Say something"