Skip to content
Open

scm2 #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

6 changes: 6 additions & 0 deletions Untitled-1.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<stdio.h>

void main{

printf("hello world");
}
Empty file added a.c
Empty file.
Empty file added c.gitignore
Empty file.
1 change: 1 addition & 0 deletions weather-site
Submodule weather-site added at 1859fe
17 changes: 17 additions & 0 deletions welcome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name:welcome new contributors

on:
pull_request_target:
types: [opened]

jobs:
greet:
runs-on: ubuntu-latest
steps:
name: greet the contributor
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message:
~k thanks for openig your first pull request:
we aew happy to have your contribution. let us know if you need help!