Skip to content
View southunitedraza's full-sized avatar
  • Joined Oct 29, 2024

Block or report southunitedraza

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
southunitedraza/README.md

name: Google play

on:[email protected] push: branches: [ master ] pull_request: branches: [ master ]

workflow_dispatch:

jobs: build: strategy: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }}

steps:
  - name: Checkout
    uses: actions/checkout@v2
  - name: Install Node.js
    uses: actions/setup-node@v1
    with:
      node-version: 16.x
  - run: npm install
  - run: npm run vscode:prepublish
  - run: npm run tslint

Popular repositories Loading

  1. southunitedraza southunitedraza Public

    Config files for my GitHub profile.

    1

  2. nuke nuke Public

    Forked from nuke-build/nuke

    🏗 The AKEless Build System for C#/.NET

    C# 1

  3. oss-fuzz oss-fuzz Public

    Forked from google/oss-fuzz

    OSS-Fuzz - continuous fuzzing for open source software.

    Shell

  4. internal-tools internal-tools Public

    Forked from containerbase/internal-tools

    Renovate internal build tools

    TypeScript