Skip to content

65 soc data for usa

65 soc data for usa #8

Workflow file for this run

name: Generate ILAMB-ready dataset
on:
pull_request:
branches:
- master
jobs:
Run dataset conversion scripts:

Check failure on line 7 in .github/workflows/convert.yaml

View workflow run for this annotation

GitHub Actions / Generate ILAMB-ready dataset

Invalid workflow file

The workflow is not valid. .github/workflows/convert.yaml (Line: 7, Col: 3): The identifier 'Run dataset conversion scripts' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Execute all python changed files
uses: jitterbit/get-changed-files@v1
with:
format: 'py'
- run: |
for changed_file in ${{ steps.files.outputs.all }}; do
echo "Do something with this ${changed_file}."
done