Skip to content

Commit 1bb53dd

Browse files
authored
upload ci v2 (#423)
* upload ci v2
1 parent c5d98ac commit 1bb53dd

File tree

5 files changed

+14
-22
lines changed

5 files changed

+14
-22
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: CI
22

3-
on:
4-
# Triggers the workflow on push or pull request events but only for the "master" branch
5-
push:
6-
branches: [ "master", "next" ]
7-
pull_request:
8-
branches: [ "master", "next" ]
9-
10-
# Allows you to run this workflow manually from the Actions tab
11-
workflow_dispatch:
3+
on: push
124

135
jobs:
146
run:
@@ -19,10 +11,6 @@ jobs:
1911

2012
- name: Check out repository code
2113
uses: actions/checkout@v3
22-
with:
23-
# https://github.com/marketplace/actions/add-commit#working-with-prs
24-
repository: ${{ github.event.pull_request.head.repo.full_name }}
25-
ref: ${{ github.event.pull_request.head.ref }}
2614

2715
- name: Install xmllint and xsltproc
2816
run: |
@@ -32,7 +20,7 @@ jobs:
3220
- name: Validate structure and lint XSD and XML files
3321
run: ./.github/scripts/validate-and-lint.sh
3422

35-
- name: Validate OJP XML examples
23+
- name: Validate NeTEx XML examples
3624
run: ./.github/scripts/validate-examples.sh
3725

3826
- name: Commit changes

xsd/netex_framework/netex_genericFramework/netex_zone_support.xsd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<Date>
1818
<Modified>2010-11-05</Modified>
1919
</Date>
20-
<Date><Modified>20109-02-25</Modified>
21-
</Date>
20+
<Date>
21+
<Modified>20109-02-25</Modified>
22+
</Date>
2223
<Description>
2324
<p>NeTEx - Network Exchange. This subschema defines ZONE types.</p>
2425
</Description>

xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
<Date><Modified>2018-10-01</Modified>
2727
NK: Correct substitution group on FarePointInPattern to PointInLinkSequence
2828
</Date>
29-
<Date><Modified>20109-02-25</Modified>
30-
</Date>
29+
<Date>
30+
<Modified>20109-02-25</Modified>
31+
</Date>
3132
<Date><Modified>20109-02-25</Modified>
3233
UK-14 Add extra ScopingMethod attribute to FareZone with enum values explicitStops, implicitSpatialProjection, implicitSpatialProjection
3334
</Date>

xsd/netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
<Date><Modified>2019-10-01</Modified>
2525
UK-20 Add contains relationship
2626
</Date>
27-
<Date><Modified>2019-02-25</Modified>
28-
</Date>
27+
<Date>
28+
<Modified>2019-02-25</Modified>
29+
</Date>
2930
<Date><Modified>20109-02-25</Modified>
3031
UK-14 Add extra ScopingMethod attribute to FareZone with enum values explicitStops, implicitSpatialProjection, implicitSpatialProjection
3132
UK-18 Specify fare stages ona pattern: Add extra

xsd/netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
<Date><Modified>2017-12-05</Modified>
2323
dd Notice Assignments
2424
</Date>
25-
<Date><Created>2019-01-10</Created>
26-
</Date>
25+
<Date>
26+
<Created>2019-01-10</Created>
27+
</Date>
2728
<Description>
2829
<p>NeTEx is a European CEN standard for the exchange of Public Transport data including timetables.</p>
2930
<p>This sub-schema describes the JOURNEY PATTERN types.</p>

0 commit comments

Comments
 (0)