Skip to content

Commit

Permalink
Merge pull request #13 from shinjukunian/markdown
Browse files Browse the repository at this point in the history
Markdown
  • Loading branch information
shinjukunian authored Apr 14, 2022
2 parents 922b41f + 667d050 commit 9ffa8eb
Show file tree
Hide file tree
Showing 24 changed files with 667 additions and 989 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Swift

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

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest # selectable (default: repo,message)
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.
42 changes: 20 additions & 22 deletions DocX-Examples.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins": [
{
"package": "AEXML",
"repositoryURL": "https://github.com/shinjukunian/AEXML.git",
"state": {
"branch": "master",
"revision": "5ce38c72cb10c013145a72137ed8e98ca7e7127f",
"version": null
}
},
{
"package": "ZIPFoundation",
"repositoryURL": "https://github.com/weichsel/ZIPFoundation.git",
"state": {
"branch": null,
"revision": "cf10bbff6ac3b873e97b36b9784c79866a051a8e",
"version": "0.9.12"
}
"pins" : [
{
"identity" : "aexml",
"kind" : "remoteSourceControl",
"location" : "https://github.com/shinjukunian/AEXML.git",
"state" : {
"branch" : "master",
"revision" : "a2d80d39cfd126422bebd8d0a5201bf844432c4c"
}
]
},
"version": 1
},
{
"identity" : "zipfoundation",
"kind" : "remoteSourceControl",
"location" : "https://github.com/weichsel/ZIPFoundation.git",
"state" : {
"revision" : "7254c74b49cec2cb81520523ba993c671f71b066",
"version" : "0.9.14"
}
}
],
"version" : 2
}
Loading

0 comments on commit 9ffa8eb

Please sign in to comment.