Skip to content
View appleboy159's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Joined Oct 12, 2024

Block or report appleboy159

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
appleboy159/README.md

config- 👋 Hi, I’m @appleboy159

  • 👀 I’m interested in MONIC GOELA_DJAWE27
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me 6285283938946
  • 😄 Pronouns:
  • ⚡ Fun fact: ...

This is a basic workflow to help you get started with Actions

name: CI

Controls when the workflow will run

-no: 62 852 83938946:

Triggers the workflow on push or pull request events but only for the "main" branch

push: branches: [ "main" ] pull_request: branches: [ "main" ]

Allows you to run this workflow manually from the Actions tab

workflow_dispatch:

A workflow run is made up of one or more jobs that can run sequentially or in parallel

jobs:

This workflow contains a single job called "build"

build: # The type of runner that the job will run on runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
  # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
  - uses: actions/checkout@v4

  # Runs a single command using the runners shell
  - name: Run a one-line script
    run: echo Hello, world!

  # Runs a set of commands using the runners shell
  - name: Run a multi-line script
    run: |
      echo Add other actions to build,
      echo test, and deploy your project.

Popular repositories Loading

  1. appleboy159 appleboy159 Public

    Config files for my GitHub profile.appleboy159.com config.login

    1

  2. code-of-conduct.md code-of-conduct.md Public

    Forked from Learning2Bcoder/code-of-conduct.md

    Contributor Code of Conduct As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentatio…

  3. imba imba Public

    Forked from imba/imba

    🐤 The friendly full-stack language

    JavaScript

  4. ssh_data ssh_data Public

    Forked from github/ssh_data

    Ruby library for parsing SSH public keys and certificates

    Ruby

  5. sxz sxz Public template

    Forked from ipinfo/cli

    Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)http://GOELA_DJAWE27

    Go