kalldasd / kalldasd/Chat-statement
Welcome to Chat-statement Discussions!
- Dominant language
- No language data
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### Discussed in https://github.com/kalldasd/Chat-statement/discussions/2
Originally posted by **kalldasd** October 11, 2021
## 👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
* Ask questions you’re wondering about.
* Share ideas.
* Engage with other community members.
* Welcome others and are open-minded. Remember that this is a community we
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# 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@v2
# 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,
1 {
2 "package_label": "فويسات",
3 "package_name": "com.voip.voiceat",
4 "has_java_sources": true,
5 "has_xml_sources": true,
6 "created_at": "2021-10-10T22:19:55.386+0000",
7 "updated_at": "2021-10-10T22:29:57.689+0000",
8 "source_size": 8831612
9 }
1 /*
2 * Decompiled with CFR 0.0.
3 *
4 * Could not load the following classes:
5 * android.app.Notification
6 * android.os.Binder
7 * android.os.IBinder
8 * android.os.IInterface
9 * android.os.Parcel
10 * java.lang.Object
11 * java.lang.String
12 */
13 package b.a.a.a;
14
15 import android.app.Notification;
16 import android.os.Binder;
17 import android.os.IBinder;
18 import android.os.IInterface;
19 import android.os.Parcel;
20
21 public interface a
22 extends IInterface {
23 public void N(String var1, int var2, String var3, Notification var4);
24
25 public void q(String var1, int var2, String var3);
26
27 }
28
29
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.