-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from 31031969/31031969-patch-2-omar721588951
31031969 patch 2 omar721588951
- Loading branch information
Showing
7 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
omar alfonso rodriguez borja cc 72158895 de barranquilla colombia sur america cra 8c1 38b46 barranquilla atlantico colombia # This is a basic workflow to help you get started with Actions | ||
direct president (dueño de la firma . a.t.col.mundial.com | ||
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@v3 | ||
|
||
# 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. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
A.T.COL.MUNDIAL.COM Company ID 9130357469609216 Manage (3).csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Company,AIC sector,Income received,Shares held,Div freq,Yield (%) | ||
Utilico Emerging Markets Trust,Global Emerging Markets,905555.55,11111111,Quarterly,3.67391 | ||
Seneca Growth Capital VCT B shares,VCT Generalist,333333.33,11111111,Semi-Annually,4.34783 | ||
Henderson EuroTrust,Europe,33777777.74,888888888,Semi-Annually,2.72401 | ||
3i Group,Private Equity,596919.11,1283697,Semi-Annually,2.26786 | ||
Fidelity Special Values,UK All Companies,733812.89,10791366,Semi-Annually,3.16547 | ||
Golden Prospect Precious Metals,Commodities & Natural Resources,0.00,4232804232,Annually,0 | ||
bank mellon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
MIT License | ||
|
||
email [email protected] [email protected] | ||
Copyright (c) 2023 omar alfonsor rodriguez borja | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
|
Binary file not shown.