Skip to content

add missing descriptions #14

add missing descriptions

add missing descriptions #14

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@v3
- name: Npm lint script
run: echo "Say something"