Skip to content

[CI/CD] github actions updated #25

[CI/CD] github actions updated

[CI/CD] github actions updated #25

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
release:
types: [published]
#jobs:
# check:
# name: Check on Node ${{ matrix.node }} and ${{ matrix.os }}
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# node: ['18.x']
# os: [ubuntu-latest, windows-latest, macOS-latest]
#
# steps:
# - name: Checkout repo
# uses: actions/checkout@v3
#
# - name: Use Node ${{ matrix.node }}
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node }}
#
# - name: Install deps
# uses: bahmutov/npm-install@v1
#
# - name: Lint
# run: yarn lint
#
# - name: Test
# run: yarn test
jobs:
test-main:
runs-on: ubuntu-latest
steps:
- name: Print echo main
shell: bash

Check failure on line 40 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 40
run: echo 'MAIN WORKFLOW'