Skip to content

Actions: Update sellers date #72

Actions: Update sellers date

Actions: Update sellers date #72

Workflow file for this run

name: Sellers.json validation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
path: ads
- name: Validate JSON
id: validate-json
working-directory: ads
run: |
cat sellers.json | jq -e
# - uses: actions/checkout@v3
# id: json-timestamp
# with:
# path: ads
# - run: |
# cat sellers.json | jq '.ext.last_updated = (now | todate)' > sellers.json